Replies: 2 comments 2 replies
-
Presently I don't have the bandwidth to look at your code, but you can find a reference implementation in |
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
-
Following the guidance of scaron , I firstly calculate J_log by
Then I try to calculate b_J_{0b} by:
Finally I used the calculated result to get J_pose_task by:
J_pose_task = -Jlog * err_pose_ee.inverse().toActionMatrix() * J_0b_local;
Then I check the result of J_pose_task and the calculated twist, I found that the twist are just the opposite of the corresponding columns of J_pose_task. Could you help me on this issue and suggest me how to debug it? Thanks and looking forward to your reply!
Beta Was this translation helpful? Give feedback.
All reactions