Skip to content

Commit

Permalink
launch: use spawn_model again
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Dec 26, 2016
1 parent c21d6f5 commit 9c6dbf8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions launch/posix_sitl.launch
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@
<arg name="paused" value="$(arg paused)" />
</include>

<!--
<node name="$(anon vehicle_spawn)" output="screen" pkg="gazebo_ros" type="spawn_model"
args="-sdf -file $(arg sdf) -model $(arg vehicle) -x $(arg x) -y $(arg y) -z $(arg z) -R $(arg R) -P $(arg P) -Y $(arg Y)"/>-->
args="-sdf -file $(arg sdf) -model $(arg vehicle) -x $(arg x) -y $(arg y) -z $(arg z) -R $(arg R) -P $(arg P) -Y $(arg Y)"/>

<!-- This will set the environment variable needed to select iris in the startup. -->
<machine name="px4" env-loader="iris_env.sh" address="none" />
</launch>

<!-- vim: set et ft=xml fenc=utf-8 ff=unix sts=0 sw=4 ts=4 : -->
<!-- vim: set et ft=xml fenc=utf-8 ff=unix sts=0 sw=4 ts=4 : -->

0 comments on commit 9c6dbf8

Please sign in to comment.