Skip to content

Commit 0ecb634

Browse files
committed
[RM] rate/publish_frequency for robot_state_publisher (does not work)
1 parent e52d540 commit 0ecb634

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

abb_control/launch/abb_control.launch

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@
5757
</group>
5858

5959
<!-- publish the robot state (tf transforms) -->
60-
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" >
61-
<param name="publish_rate" value="100" />
62-
<node/>
60+
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher">
61+
</node>
6362

6463
<group if="$(arg sim)">
6564
<include file="$(find abb_irb120_moveit_config)/launch/move_group.launch">

0 commit comments

Comments
 (0)