Skip to content

Commit 28b9b38

Browse files
authored
Merge pull request #14 from NASA-JSC-Robotics/finger-joint-fix
Fix joint limits for Hand-E fingers in moveit
2 parents 65b28ad + 7d5e88d commit 28b9b38

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)