[Question] run_diff_ik.py can't work without reset the arm to the default pose #2531
Unanswered
nolann030628
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Thanks for posting this. What would be then the pose you expect the robot arm to be at? It seems |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I want to write an IK function basd on the tutorial, and I don't want the pos to go back to the default pose so I comment the robot.write_joint_state_to_sim(joint_pos, joint_vel), but the arm seems to can not compute the right joint_pos_des.
the code I commented is show above, I want to know how to solve this and use this ik controller in my custom env. I would be more than appreciated for any useful suggestions!

Beta Was this translation helpful? Give feedback.
All reactions