Replies: 3 comments 6 replies
-
@matthieuvigne If you want to have a look ! |
Beta Was this translation helpful? Give feedback.
-
I had a look: you were almost there, you're simply not using the right Jacobian ! It's the common confusion between spatial velocity and classical velocity. @lokiledev I don't know how familiar you are with these concepts ? Short answer: simply replace
with
(Note that your URDF is also missing a 'foot' frame, you need to add that as well. Longer answer: The jacobian J_w = pin.computeFrameJacobian(pin.WORLD) corresponds to the spatial velocity, i.e. if v_world is the spatial velocity of frame F expressed at the origin of the world frame, then v_world = J_w dq I hope that's clear, otherwise don't hesitate to ask. |
Beta Was this translation helpful? Give feedback.
-
Here is a cleaned up script that is working!
|
Beta Was this translation helpful? Give feedback.
-
Hello, I started using jiminy and I am learning it. At the moment I'm trying to use it to compute the IK for a 3D dof robot leg, I've shared the experiments here: https://gitlab.com/lokiledev/droid/-/blob/ik-experiments/ik/droid_leg_ik.ipynb
We already discussed together, let's make it work and provide a notebook as an example of what jiminy can do ;).
Beta Was this translation helpful? Give feedback.
All reactions