Skip to content

Commit

Permalink
[jsk_kinova_startup] fix launch_robot_state_publisher arg
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Nov 24, 2021
1 parent 4c08b57 commit b08ae52
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<!-- -->
<arg name="launch_robot_state_publisher" default="true" />

<group ns="$(arg robot_name)" if="$(arg launch_robot_state_publisher)">
<group ns="$(arg robot_name)">
<!-- Load the description for the robot -->
<group if="$(eval not arg('prefix'))">
<param
Expand Down Expand Up @@ -84,7 +84,7 @@
<param name="use_gui" value="false"/>
<param name="rate" value="$(arg cyclic_data_publish_rate)" />
</node>
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher"
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher"
if="$(arg launch_robot_state_publisher)" />

</group>
Expand Down

0 comments on commit b08ae52

Please sign in to comment.