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

In what space does MoveIT plan paths?

asked 2018-06-29 09:57:57 -0500

Long Smith gravatar image

updated 2018-07-01 05:17:25 -0500

I have two questions about how does MoveIT plan paths:

  1. If my target is defined in a task space, does MoveIT convert the target into c-space by solving IK and then plans in configuration space or does it look for a plan in task space and then converts trajectory into c-space?

  2. If my target is defined as joint values does in convert it to corresponding task space pose using forward kinematics and looks for a path in a task space?

I am worried about it because if planning is always performed in task space then collision detection requires to solve IK on each planning iteration which can work quite slow when IK is solved using Jacobian based solvers.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2018-06-29 11:28:27 -0500

updated 2018-06-29 14:45:19 -0500

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.

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2018-06-29 09:57:57 -0500

Seen: 520 times

Last updated: Jul 01 '18