-
In this file show how to use inverse kinematic of 6 dof robot, but how can I get 3dof robot joint with desire xyz position in pinocchio? |
Beta Was this translation helpful? Give feedback.
Answered by
jcarpent
Sep 22, 2024
Replies: 1 comment
-
Yes, it is even more simpler than in this example. You just need to take the linear part of the Jacobian associated with the translation and the linear part of the error. And that's all. To help you, I've added one example both in C++ and Python. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lkx8421
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it is even more simpler than in this example. You just need to take the linear part of the Jacobian associated with the translation and the linear part of the error. And that's all.
To help you, I've added one example both in C++ and Python.
After this PR is merged, they will be added to Pinocchio's main repository.