Is there any se3 function for mujoco. #992
-
There is jacp function for mujoco but i can't find se3 function that gives me se3 matrix(for each body or end-effector) when the input is joint value. |
Beta Was this translation helpful? Give feedback.
Answered by
saran-t
Jul 20, 2023
Replies: 2 comments 2 replies
-
You mean the rotation matrix? All the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Or perhaps you mean the motion axes? Anyway your question is not very clear. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I'm understanding your question correctly, you should be able to save the
qpos
, modify it, get whatever matrix you need (after callingmj_kinematics
), then restore the saved qpos value.