Open QAbot-zh opened 1 year ago
Oh sorry for the late reply.
In my case, I only used this analytical IK to solve the initial configuration to match the end-effector 6D pose. Since we have redundant parameter q7, I put multiple candidates of q7 and chose the IK with the most stable configuration (far from joint limit, no NaNs, etc.) and used it.
If you are still having problems, please let me know, and let's figure it out together!
hello, I have implemented the forward kinematics of Franka as follows. When I use the obtained pose matrix to calculate the inverse kinematics, I always get a " nan " result. Can you provide some suggestions?