Skip to content
Snippets Groups Projects
Commit 52275fa0 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Merge branch 'melodic_migration' into 'master'

Melodic migration

See merge request !1
parents 9870b1d7 d9f41f1e
No related branches found
No related tags found
1 merge request!1Melodic migration
......@@ -9,13 +9,13 @@
<group ns="$(arg ns)">
<param name="robot_description"
command="$(find xacro)/xacro --inorder '$(find iri_ana_description)/urdf/$(arg model).xacro' name:=$(arg ns)" />
command="$(find xacro)/xacro '$(find iri_ana_description)/urdf/$(arg model).xacro' name:=$(arg ns)" />
<node if="$(arg state_pub)"
pkg="robot_state_publisher"
type="state_publisher"
type="robot_state_publisher"
name="state_publisher">
<param name="tf_prefix" type="string" value="/$(arg ns)"/>
<param name="tf_prefix" type="string" value="$(arg ns)"/>
<param name="publish_frequency" type="double" value="20.0"/>
</node>
......
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