Weird behavior for simple prismatic joint #3976
Unanswered
BolunDai0216
asked this question in
Q&A
Replies: 1 comment
-
Yes, using huge mass differences may cause such oscillations. You could try using a much smaller time step, 0.01 is large. |
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.
-
I created a simple system with a block connected to another block using a prismatic joint:
And I created a script so that the prismatic joint would mimic the behavior of a spring
I noticed that when I set the mass of the foot link in my urdf to a small value such as 0.00001, the foot link will oscillate crazy and would not stop. Is this the normal behavior due to numerical issues or did I mess up somewhere?
Would apprecitate any help, thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions