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

Revision history [back]

MoveIt and the planning library it uses, OMPL, are always planning in the c-space. The only IK that MoveIt has to do is to convert a Pose Goal into the robot configuration and then plans in the C-space using that configuration. If the robot is redundant, and multiple configurations can satisfy the given Pose Goal, then MoveIt samples several and plans to multiple goals.

MoveIt and the planning library it uses, OMPL, are always planning in the c-space. C-space. The only IK that MoveIt has to do is to convert a Pose Goal into the robot configuration and then plans in the C-space using that configuration. If the robot is redundant, and multiple configurations can satisfy the given Pose Goal, then MoveIt samples several and plans to multiple goals.