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

Update spawn_test

parent b591dd61
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0"?>
<!-- -->
<launch>
<arg name="gazebo" default="true"/>
<arg name="world_name" default="worlds/empty.world"/>
<arg name="gui" default="true"/>
<include file="$(find gazebo_ros)/launch/empty_world.launch">
<arg name="world_name" value="$(arg world_name)"/>
<arg name="gui" value="$(arg gui)"/>
</include>
<group if="$(arg gazebo)">
<include file="$(find gazebo_ros)/launch/empty_world.launch">
<arg name="world_name" value="$(arg world_name)"/>
<arg name="gui" value="$(arg gui)"/>
</include>
</group>
<include file="$(find iri_object_description)/launch/spawn_object.launch">
<arg name="name" value="static_box"/>
......
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