2018-02-09 13:40:38 -05:00
|
|
|
<?xml version="1.0"?>
|
2016-04-25 21:04:22 +02:00
|
|
|
<launch>
|
|
|
|
|
<!-- Posix SITL MAVROS integration tests -->
|
2018-03-31 08:25:47 -04:00
|
|
|
<!-- Test all missions -->
|
2016-08-25 21:47:45 +02:00
|
|
|
<arg name="est" default="ekf2"/>
|
2018-03-31 08:25:47 -04:00
|
|
|
<arg name="gui" default="false"/>
|
2018-06-14 18:37:47 +02:00
|
|
|
<arg name="interactive" default="false"/>
|
2019-01-30 22:58:06 -05:00
|
|
|
<arg name="vehicle" default="standard_vtol"/>
|
2018-02-09 13:40:38 -05:00
|
|
|
<!-- MAVROS, PX4 SITL, Gazebo -->
|
2016-04-25 21:04:22 +02:00
|
|
|
<include file="$(find px4)/launch/mavros_posix_sitl.launch">
|
2016-08-25 21:47:45 +02:00
|
|
|
<arg name="est" value="$(arg est)"/>
|
2018-03-31 08:25:47 -04:00
|
|
|
<arg name="gui" value="$(arg gui)"/>
|
2018-06-14 18:37:47 +02:00
|
|
|
<arg name="interactive" value="$(arg interactive)"/>
|
2018-03-31 08:25:47 -04:00
|
|
|
<arg name="respawn_gazebo" value="true"/>
|
2018-03-31 08:24:09 -04:00
|
|
|
<arg name="respawn_mavros" value="true"/>
|
2019-01-30 22:58:06 -05:00
|
|
|
<arg name="vehicle" value="$(arg vehicle)"/>
|
2019-01-30 22:50:09 -05:00
|
|
|
<arg name="verbose" value="true"/>
|
2016-04-25 21:04:22 +02:00
|
|
|
</include>
|
2018-02-09 13:40:38 -05:00
|
|
|
<!-- ROStest -->
|
2018-08-17 13:02:14 -04:00
|
|
|
<test test-name="FW_mission_1" pkg="px4" type="mission_test.py" time-limit="300.0" args="FW_mission_1.plan" vehicle="plane"/>
|
2020-06-21 07:29:24 +02:00
|
|
|
<test test-name="FW_mission_1" pkg="px4" type="mission_test.py" time-limit="300.0" args="FW_mission_1.plan" vehicle="plane_catapult"/>
|
2018-08-17 13:02:14 -04:00
|
|
|
<test test-name="MC_mission_box" pkg="px4" type="mission_test.py" time-limit="300.0" args="MC_mission_box.plan" vehicle="iris"/>
|
|
|
|
|
<test test-name="VTOL_mission_1" pkg="px4" type="mission_test.py" time-limit="300.0" args="VTOL_mission_1.plan" vehicle="standard_vtol"/>
|
|
|
|
|
<test test-name="VTOL_mission_1" pkg="px4" type="mission_test.py" time-limit="300.0" args="VTOL_mission_1.plan" vehicle="tailsitter"/>
|
|
|
|
|
<test test-name="VTOL_mission_1" pkg="px4" type="mission_test.py" time-limit="300.0" args="VTOL_mission_1.plan" vehicle="tiltrotor"/>
|
2016-04-25 21:04:22 +02:00
|
|
|
</launch>
|