Weird MoveIt error when using /compute_ik

asked 2021-04-15 20:07:23 -0500

hopestartswithu gravatar image

updated 2022-05-15 08:30:23 -0500

lucasw gravatar image

this is the error I get:

[ERROR] [1618534892.310965874]: IK cannot be performed for link 'tool0_left'. The solver can report IK solutions for link 'tool0_right'.

I have 2 planning groups arm_right and arm_left. arm_right has tool0_right and arm_left has tool0_left.

So I can get the IK for the left arm but when MoveIt plans for the right arm this error pops up several times on the terminal. Funnily enough, MoveIt will still find a plan and move the arm. At this point I am not sure if this is just a moveit bug that I can ignore or something serious to consider. I didn't find anything helpful either.

I am on ROS Melodic Ubuntu 18.04

edit retag flag offensive close merge delete