Replies: 3 comments
|
@Rio511 The rigid body currently implemented in @Ali-7800 Do we have simple examples for something like this? |
0 replies
|
@Rio511 @sy-cui We have the connection you are thinking of in elastica.experimental. You could try to use that. |
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.
Hello,
I am currently trying to build a simulation model where multiple soft rods are fixed at their base ends, while their free ends are rigidly attached to different positions on a single rigid body. External forces and torques will be applied directly to this rigid body, and I aim to observe the overall deformation behavior of the entire system through this method.
I’ve noticed that the current joint and connection implementation in the codebase does not seem to support attaching a soft rod to a specific local position on a rigid body (other than its center node/index 0).
Could you please advise any alternative implementation scheme or workaround to achieve this function? I am quite new to this community, and I apologize in advance if I have overlooked any existing built-in methods that can already realize this requirement.
All reactions