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

setGoalTolerance in Noetic [Moveit]

asked 2021-06-11 10:27:54 -0500

lorepieri gravatar image

updated 2021-06-15 09:18:25 -0500

How to set the cartesian goal tolerance in moveit, using the move_group, in python?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-06-12 08:23:02 -0500

lorepieri gravatar image

move_group.set_goal_position_tolerance(0.01)

move_group.set_goal_orientation_tolerance(0.01)

edit flag offensive delete link more

Comments

Is this setting the path tolerance, or the goal tolerance?

gvdhoorn gravatar image gvdhoorn  ( 2021-06-15 02:53:49 -0500 )edit

Those commands are setting the goal tolerance, "path goal tolerance" as mentioned in the original post is difficult to read.

fvd gravatar image fvd  ( 2021-06-15 03:10:59 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2021-06-11 10:27:54 -0500

Seen: 146 times

Last updated: Jun 15 '21