Replies: 1 comment
-
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. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions