Skip to content

Commit 7d5e88d

Browse files
committed
Adjust finger 1 joint limits to accomodate rounding
1 parent 65b28ad commit 7d5e88d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

clr_moveit_config/config/joint_limits.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ joint_limits:
129129
has_position_limits: true
130130
has_velocity_limits: true
131131
max_effort: 130.0
132-
max_position: 0.025
133-
max_velocity: 0.15
132+
# This is greater than the limits in the URDF but within hardware limits.
133+
# Increased to support rounding errors in planning.
134+
max_position: 0.029
135+
max_velocity: 0.15
134136
min_position: 0.0
135137
max_acceleration: 1.0

0 commit comments

Comments
 (0)