Skip to content

Commit 82f8a73

Browse files
committed
Add tolerances parameters per joint for jtc.
1 parent b7dde30 commit 82f8a73

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

ur_ros2_control_demos/config/ur_ros2_control.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,24 @@ ur_joint_trajectory_controller:
2626
constraints:
2727
stopped_velocity_tolerance: 0.01
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
2947

3048
forward_command_controller_position:
3149
ros__parameters:

0 commit comments

Comments
 (0)