Skip to content

Problems when verifing the rigid bodies dynamics of Mujoco #2590

Answered by v-r-a
ppap36 asked this question in Asking for Help
Discussion options

You must be logged in to vote

Gist: Three slide joints followed by three hinge joints will produce the same effect as a freejoint. But their time rates are not the same.

When you define hinges one after another, you perform sequential body-fixed rotations, each in different frames, making them Euler angles. The rate of change of Euler angles is not the body's angular velocity. You can find the mapping Jacobian between the rate of change of Euler angles and the angular velocity, e.g., see: 4.8 in Spong, M. W., Hutchinson, S., & Vidyasagar, M. (2006). Robot Modeling and Control. Wiley.

But, I guess that is not the point here since you want to verify the conservation of angular momentum. You need the angular velocity of …

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@ppap36
Comment options

Comment options

You must be logged in to vote
1 reply
@ppap36
Comment options

Answer selected by ppap36
Comment options

You must be logged in to vote
3 replies
@gyq-china
Comment options

@v-r-a
Comment options

@ppap36
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants