Skip to content

Commit 650ec45

Browse files
committed
Set different read/write rates for hardware components
ros-controls/ros2_control#1570
1 parent 9cae0db commit 650ec45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tiago_pro_description/ros2_control/ros2_control.urdf.xacro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<!-- Hardware -->
139139
<xacro:unless value="$(arg use_sim_time)">
140140
<!-- CAN system -->
141-
<ros2_control name="ros2_control_tiago_pro_system_can" type="system">
141+
<ros2_control name="ros2_control_tiago_pro_system_can" type="system" rw_rate="100">
142142
<hardware>
143143
<plugin>robot_control/RobotControl</plugin>
144144
<param name="group">can</param>
@@ -155,7 +155,7 @@
155155
</ros2_control>
156156

157157
<!-- Dynamixels system -->
158-
<ros2_control name="ros2_control_tiago_pro_system_dynamixel" type="system">
158+
<ros2_control name="ros2_control_tiago_pro_system_dynamixel" type="system" rw_rate="100">
159159
<hardware>
160160
<plugin>robot_control/RobotControl</plugin>
161161
<param name="group">dynamixel</param>
@@ -167,7 +167,7 @@
167167
</ros2_control>
168168

169169
<!-- Ethercat system -->
170-
<ros2_control name="ros2_control_tiago_pro_system_ethercat" type="system">
170+
<ros2_control name="ros2_control_tiago_pro_system_ethercat" type="system" rw_rate="1000">
171171
<hardware>
172172
<plugin>robot_control/RobotControl</plugin>
173173
<param name="group">ethercat</param>

0 commit comments

Comments
 (0)