Which grasp planner to use, manipulation pipeline, non PR2 robot
(This question/answer thread was started via email)
I am trying to implement the ROS Manipulation Pipeline (perception + grasping) on our own robot.
So it's a non PR2, with non-PR2 gripper.
Original questions:
- How do I define a non-PR2 gripper in the YAML config for use with "probabilistic_grasp_planner" or "bayesian_grasp_planner"?
e.g. see
/pr2_object_manipulation/trunk/manipulation/pr2_gripper_grasp_planner_cluster/config/pr2_gripper_model.yaml
- If using a non-PR2 robot, don't I need a Grasp Planner to make the Pipeline work?
- or alternatively, I would need to setup the system to generate a database of grasps using GraspIt, like was done for the PR2 gripper?
Thanks, David.
This is a great question I've been trying to figure out myself as well!