ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I was specifying the wrong planning group for cartesian goal poses. I was specifying "r_arm" group which as per above doesn't have a "tip name" parameter.
However, after looking through the other parameters in the server, it seems that the more appropriate planning group is the "r_arm_cartesian", which does have a parameter "tip_name"
This cleared the error, but opened up some more fundamental ones!