JeanElsner / panda-py

Python bindings for real-time control of Franka Emika robots.
https://jeanelsner.github.io/panda-py/
Apache License 2.0
77 stars 14 forks source link

problem with move_to_pose function #30

Open yuelei0428 opened 3 months ago

yuelei0428 commented 3 months ago

There is some issue with the ik solver in the move_to_pose function. Given a position that is not hard to reach, it will give me ik solver failed error. However, I use another ik solver to get the joint position, and then use the set joint position function, the robot can reach the desired position.

mxp1234 commented 2 weeks ago

this problem really exist