Skip to content

Commit 36fb32c

Browse files
committed
Set stopped velocity tolerance to zero.
1 parent 82f8a73 commit 36fb32c

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

ur_ros2_control_demos/config/ur_ros2_control.yaml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,8 @@ ur_joint_trajectory_controller:
2424
action_monitor_rate: 20.0
2525
allow_partial_joints_goal: false
2626
constraints:
27-
stopped_velocity_tolerance: 0.01
27+
stopped_velocity_tolerance: 0.0
2828
goal_time: 0.0
29-
shoulder_pan_joint:
30-
trajectory: 0.05
31-
goal: 0.03
32-
shoulder_lift_joint:
33-
trajectory: 0.05
34-
goal: 0.03
35-
elbow_joint:
36-
trajectory: 0.05
37-
goal: 0.03
38-
wrist_1_joint:
39-
trajectory: 0.05
40-
goal: 0.03
41-
wrist_2_joint:
42-
trajectory: 0.05
43-
goal: 0.03
44-
wrist_3_joint:
45-
trajectory: 0.05
46-
goal: 0.03
4729

4830
forward_command_controller_position:
4931
ros__parameters:

0 commit comments

Comments
 (0)