How to rigidly attach a Sphere to a CosseratRod? #545
Unanswered
Qin-Shaowen
asked this question in
Q&A
Replies: 0 comments
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.
I am simulating a rubber band with a metal ball tied to its end. The rubber band is modeled as a CosseratRod, and the ball is modeled as a Sphere. In reality, the ball is tightly tied to the rubber band, so the connection should be very stiff — the ball is essentially a rigid extension of the rod's end.
Currently, I connect the rod and sphere using a FixedJoint:
This works, but the connection is physically too soft. When I try to increase the stiffness to physically realistic values based on the rod's material properties, the simulation produces NaN.
My questions:
Thank you for your help.
All reactions