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

set orientation and position goal tolerance

asked 2021-01-07 13:54:09 -0500

marcone gravatar image

I have a 4 dof robot and I need to move its end effector in the environment, but I do not know the final orientation od the robot. So the planning solver do not find the solution for small tolerances (move_group.set_goal_tolerance(x). I would like the solver to consider only the position, not the orientation, so I would like to ask if is there a way to set the tolerance for the position and for orientation separately, or if is it possible to modify the existing solver as a way to not consider the orientation of the end effector ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-01-25 06:30:34 -0500

cschindlbeck gravatar image

You can set set_goal_orientation_tolerance and set_goal_position_tolerance separately if you use python bindings, otherwise use getGoalOrientationTolerance / setGoalPositionTolerance if you use c++

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-01-07 13:54:09 -0500

Seen: 226 times

Last updated: Jan 25 '23