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

Solved some minor misspellings in the simulation main launch.

parent 1a356c4b
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,14 @@
<group ns="$(arg name)">
<include file="$(find iri_ana_description)/launch/descritpion.launch">
<include file="$(find iri_ana_description)/launch/description.launch">
<arg name="node_name" value="$(arg name)"/>
<arg name="model" value="$(arg model)"/>
</include>
<include file="$(find iri_pioneer3_description)/launch/wheel_static_trans.launc"/>
<include file="$(find iri_pioneer3_description)/launch/wheel_static_transf.launch">
<arg name="node_name" value="$(arg name)"/>
</include>
<node name="spawn_urdf" pkg="gazebo_ros" type="spawn_model" args="-param robot_description -urdf -model $(arg name) -x $(arg x) -y $(arg y) -z 0 -R 0 -P 0 -Y $(arg yaw)" />
......
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