In what space does MoveIT plan paths?
I have two questions about how does MoveIT plan paths:
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?
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.