Skip to content
Snippets Groups Projects
Commit d7ad66e9 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Changed the state_publihser type to the robot_state_publihser type because it is deprecated.

parent a41bbd90
No related branches found
No related tags found
1 merge request!1Melodic migration
......@@ -14,11 +14,11 @@
frame:=$(arg model_frame)
mesh:=$(arg model_mesh)" />
<node pkg="robot_state_publisher" type="state_publisher" name="state_publisher">
<node pkg="robot_state_publisher" type="robot_state_publisher" name="state_publisher">
<param name="tf_prefix" type="string" value="/$(arg ns)"/>
<param name="publish_frequency" type="double" value="20.0"/>
</node>
</group>
</launch>
\ No newline at end of file
</launch>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment