2018-02-09 14:40:38 -04:00
|
|
|
<?xml version="1.0"?>
|
2016-04-25 16:04:22 -03:00
|
|
|
<launch>
|
|
|
|
<!-- Posix SITL MAVROS integration tests -->
|
2018-03-31 09:25:47 -03:00
|
|
|
<!-- Test all missions -->
|
2016-08-25 16:47:45 -03:00
|
|
|
<arg name="est" default="ekf2"/>
|
2018-03-31 09:25:47 -03:00
|
|
|
<arg name="gui" default="false"/>
|
2018-06-14 13:37:47 -03:00
|
|
|
<arg name="interactive" default="false"/>
|
2019-01-30 23:58:06 -04:00
|
|
|
<arg name="vehicle" default="standard_vtol"/>
|
2018-02-09 14:40:38 -04:00
|
|
|
<!-- MAVROS, PX4 SITL, Gazebo -->
|
2016-04-25 16:04:22 -03:00
|
|
|
<include file="$(find px4)/launch/mavros_posix_sitl.launch">
|
2016-08-25 16:47:45 -03:00
|
|
|
<arg name="est" value="$(arg est)"/>
|
2018-03-31 09:25:47 -03:00
|
|
|
<arg name="gui" value="$(arg gui)"/>
|
2018-06-14 13:37:47 -03:00
|
|
|
<arg name="interactive" value="$(arg interactive)"/>
|
2018-03-31 09:25:47 -03:00
|
|
|
<arg name="respawn_gazebo" value="true"/>
|
2018-03-31 09:24:09 -03:00
|
|
|
<arg name="respawn_mavros" value="true"/>
|
2019-01-30 23:58:06 -04:00
|
|
|
<arg name="vehicle" value="$(arg vehicle)"/>
|
2019-01-30 23:50:09 -04:00
|
|
|
<arg name="verbose" value="true"/>
|
2016-04-25 16:04:22 -03:00
|
|
|
</include>
|
2018-02-09 14:40:38 -04:00
|
|
|
<!-- ROStest -->
|
2018-08-17 14:02:14 -03: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 02:29:24 -03: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 14:02:14 -03: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 16:04:22 -03:00
|
|
|
</launch>
|