Closed DentOpt closed 9 months ago
You could set the position/angle tolerance for the goal with constructGoalConstraints to indicate that error in certain dimensions can be ignored. A constraint generated with this helper function can then be used to set the goal via the moveit_cpp or MoveGroup interface.
I am currently integrating a 3DOF robotic arm. Accordingly I would like to have a control only of the arm orientation. If I give the full pose, there is evidently no solution found as the problem is over-constraint. I am currently using ompl with the following C++ interface:
Is there a smart way to configure ompl to only track specific axis/rotations (e.g. x,y,yaw) according to the degrees of freedom of the arm?
Thanks