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

The moveit_ros/planning_interface/move_group_interface module is usually used to generate MotionPlanRequests for simple pose goals.

If you look at its implementation here, you will see this simply creates Position and Orientation constraints out of the requested pose. It basically creates a small target volume (.1mm^3) out of the position to create a position constraint and adds axis tolerances of .001rad and the provided orientation as an orientation constraint.

The moveit_ros/planning_interface/move_group_interface module is usually used to generate MotionPlanRequests for simple pose goals.

If you look at its implementation here, you will see this simply creates Position and Orientation goal constraints out of the requested pose. It basically creates a small target volume (.1mm^3) out of the position to create a position constraint and adds axis tolerances of .001rad and the provided orientation as an orientation constraint.