Skip to content

Commit e48f8f7

Browse files
committed
Remove rw_rate attribute from ros2_control definition in hand.xacro
1 parent 2b9edce commit e48f8f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dexhands/xhand1_description/xacro/ros2_control

dexhands/xhand1_description/xacro/ros2_control/hand.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<xacro:include filename="$(find xhand1_description)/xacro/xhand1.xacro"/>
2323
<xacro:XHand1 name="" direction="$(arg direction)"/>
2424

25-
<ros2_control name="xhand1_system" type="system" rw_rate="50">
25+
<ros2_control name="xhand1_system" type="system">
2626
<hardware>
2727
<xacro:if value="${'$(arg ros2_control_hardware_type)' == 'gz'}">
2828
<plugin>gz_ros2_control/GazeboSimSystem</plugin>

0 commit comments

Comments
 (0)