Replies: 1 comment
-
Please follow the suggestion in the comments given in this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am currently writing code to control a robot arm for opening a drawer. After the arm grabs the drawer handle, I want to compute the change in the handle's pose based on the changes in the prismatic joint values corresponding to the drawer. Using this, I aim to calculate the pose of the drawer handle via the drawer's forward kinematics, which will allow me to deduce the trajectory of the robot arm's end effector.
Could anyone suggest how I should approach calculating the forward kinematics of the drawer, given the change in the prismatic joint values? Any guidance on how to implement this would be greatly appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions