ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
A Grasp can be passed on to the PickupAction, serviced by the object_manipulator. You can see an example of calling that action here:
Note that, unlike the example, you will be populating the desired_grasps field of the PickupGoal with your computed grasp.
Another example can be found in the pr2_interactive_manipulation package, in the file that Adam mentioned above.