Replies: 4 comments 3 replies
-
The forward kinematics are simply a multiplication of matrices. Those matrices are not exposed at the moment. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I want this feature too. It would be convenient to do math verifications if pybullet exposes such matrices/vectors. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is there any way FK could be exposed in PyBullet to calculate the pose for an arbitrary link and arbitrary configuration of a robot manipulator? |
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 we have a URDF defining our robot, and are able to obtain the right end effector link position by feeding joint values, is there a way to obtain the underlying kinematic equation from pybullet? The relation from the base to the end effector?
Beta Was this translation helpful? Give feedback.
All reactions