We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b28ad commit 7d5e88dCopy full SHA for 7d5e88d
clr_moveit_config/config/joint_limits.yaml
@@ -129,7 +129,9 @@ joint_limits:
129
has_position_limits: true
130
has_velocity_limits: true
131
max_effort: 130.0
132
- max_position: 0.025
133
- max_velocity: 0.15
+ # This is greater than the limits in the URDF but within hardware limits.
+ # Increased to support rounding errors in planning.
134
+ max_position: 0.029
135
+ max_velocity: 0.15
136
min_position: 0.0
137
max_acceleration: 1.0
0 commit comments