Skip to content

Commit f7bc748

Browse files
committed
set default velocity value
1 parent 8286d25 commit f7bc748

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

urdf/robotiq_hande_gripper.ros2_control.xacro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
<state_interface name="position">
2222
<param name="initial_value">0.025</param>
2323
</state_interface>
24-
<state_interface name="velocity"/>
24+
<state_interface name="velocity">
25+
<param name="initial_value">0</param>
26+
</state_interface>
2527
</joint>
2628
</ros2_control>
2729
</xacro:macro>

0 commit comments

Comments
 (0)