Skip to content

Commit 6ccbf6e

Browse files
committed
fix max_wheel_velocity
1 parent 70c562d commit 6ccbf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curt_mini/models/curt_mini/properties.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- robot limits -->
99
<xacro:property name="max_effort" value="50.0" />
1010
<!-- joint limit for wheels, radian/second -->
11-
<xacro:property name="max_velocity" value="20.0" />
11+
<xacro:property name="max_wheel_velocity" value="20.0" />
1212
<xacro:property name="wheel_radius" value="0.13" />
1313
<xacro:property name="wheel_width" value="0.08" />
1414

0 commit comments

Comments
 (0)