Skip to content

Commit 1deae66

Browse files
committed
Relax the start point tolerance
1 parent 8cd1fd6 commit 1deae66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mycobot_280_moveit/launch/trajectory_execution.launch.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- Allow more than the expected execution time before triggering a trajectory cancel (applied after scaling) -->
1212
<param name="trajectory_execution/allowed_goal_duration_margin" value="0.5"/> <!-- default 0.5 -->
1313
<!-- Allowed joint-value tolerance for validation that trajectory's first point matches current robot state -->
14-
<param name="trajectory_execution/allowed_start_tolerance" value="0.01"/> <!-- default 0.01 -->
14+
<param name="trajectory_execution/allowed_start_tolerance" value="0.1"/> <!-- default 0.01 --> <!-- mycobot280 has low accuracy -->
1515

1616
<!-- Load the robot specific controller manager; this sets the moveit_controller_manager ROS parameter -->
1717
<arg name="moveit_controller_manager" default="firefighter" />

0 commit comments

Comments
 (0)