Replies: 2 comments 1 reply
-
Hi @DISCORDzzz The |
Beta Was this translation helpful? Give feedback.
1 reply
-
Also I am converting this to a discussion since it is a question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I am currently doing some development based on
Elastica+RL
, but I found thatElastica+RL
has stopped updating, so I am looking for help here.I want to know what
self.shearable_rod.director_collection
means? I noticed that each element in it is a3*3
array, which seems to be used to indicate the direction of the rod. But I can't understand its specific meaning. For example, I want to be able to approach a point on the rod vertically along a certain direction. I think this seems to be obtained through the information provided byself.shearable_rod.director_collection[..., x]
, where x is a certain information point on the rod. But I currently can't understand the meaning of the specific elements ofself.shearable_rod.director_collection
. Can you help me solve it?Thanks for your contribution!
Beta Was this translation helpful? Give feedback.
All reactions