2018-02-09 13:40:38 -05:00
|
|
|
<?xml version="1.0"?>
|
2016-12-03 13:42:10 -05:00
|
|
|
<launch>
|
|
|
|
|
<!-- Posix SITL MAVROS integration tests -->
|
2018-02-09 13:40:38 -05:00
|
|
|
<!-- Test a mission -->
|
2016-12-03 13:42:10 -05:00
|
|
|
<arg name="gui" default="false"/>
|
2017-12-10 20:19:03 -05:00
|
|
|
<arg name="est" default="ekf2"/>
|
|
|
|
|
<arg name="mission"/>
|
2018-01-14 21:13:45 -05:00
|
|
|
<arg name="vehicle"/>
|
2018-02-06 15:11:09 -05:00
|
|
|
<arg name="respawn_gazebo" default="true"/>
|
2018-02-09 13:40:38 -05:00
|
|
|
<!-- MAVROS, PX4 SITL, Gazebo -->
|
2016-12-03 13:42:10 -05:00
|
|
|
<include file="$(find px4)/launch/mavros_posix_sitl.launch">
|
|
|
|
|
<arg name="gui" value="$(arg gui)"/>
|
2018-01-14 21:13:45 -05:00
|
|
|
<arg name="vehicle" value="$(arg vehicle)"/>
|
2016-12-03 13:42:10 -05:00
|
|
|
<arg name="est" value="$(arg est)"/>
|
2018-02-06 15:11:09 -05:00
|
|
|
<arg name="respawn_gazebo" value="$(arg respawn_gazebo)"/>
|
2016-12-03 13:42:10 -05:00
|
|
|
</include>
|
2018-02-09 13:40:38 -05:00
|
|
|
<!-- ROStest -->
|
|
|
|
|
<test test-name="mission_test" pkg="px4" type="mission_test.py" time-limit="300.0" args="$(arg mission)"/>
|
2016-12-03 13:42:10 -05:00
|
|
|
</launch>
|