Skip to content
Snippets Groups Projects

Melodic migration

Merged Fernando Herrero requested to merge melodic_migration into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -10,8 +10,8 @@
<param name="robot_description"
command="$(find xacro)/xacro --inorder '$(find iri_pioneer3_description)/urdf/$(arg model).xacro' name:=$(arg ns)" />
<node pkg="robot_state_publisher" type="state_publisher" name="$(arg ns)_tf_broadcaster">
<param name="tf_prefix" type="string" value="/$(arg ns)"/>
<node pkg="robot_state_publisher" type="robot_state_publisher" name="$(arg ns)_tf_broadcaster">
<param name="tf_prefix" type="string" value="$(arg ns)"/>
<param name="publish_frequency" type="double" value="20.0"/>
</node>
@@ -33,4 +33,4 @@
</include>
</group>
</launch>
\ No newline at end of file
</launch>
Loading