ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

For me setPositionTarget() works.

  1. with move_group->getEndEffectorLink() check if your end-effector is correct. (or you can just pass your end-effector name as string as a 4th argument)
  2. make sure the position you pass into getEndEffectoLink() is reachable with this end-effector. The values you used would not be reachable for my robot (Neuronics katana), but it depends on your robot.