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"/>
|
|
|
|
<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)"/>
|
|
|
|
<arg name="vehicle" value="$(arg vehicle)"/>
|
|
|
|
<arg name="respawn_gazebo" value="true"/>
|
2018-03-31 09:24:09 -03:00
|
|
|
<arg name="respawn_mavros" value="true"/>
|
2016-04-25 16:04:22 -03:00
|
|
|
</include>
|
2018-02-09 14:40:38 -04:00
|
|
|
<!-- ROStest -->
|
2018-03-31 09:25:47 -03:00
|
|
|
<test test-name="multirotor_box" pkg="px4" type="mission_test.py" time-limit="300.0" args="multirotor_box.plan"/>
|
|
|
|
<test test-name="vtol_new_1" pkg="px4" type="mission_test.py" time-limit="300.0" args="vtol_new_1.plan"/>
|
|
|
|
<test test-name="vtol_new_2" pkg="px4" type="mission_test.py" time-limit="300.0" args="vtol_new_2.plan"/>
|
|
|
|
<test test-name="vtol_old_1" pkg="px4" type="mission_test.py" time-limit="300.0" args="vtol_old_1.plan"/>
|
|
|
|
<test test-name="vtol_old_2" pkg="px4" type="mission_test.py" time-limit="300.0" args="vtol_old_2.plan"/>
|
|
|
|
<test test-name="vtol_old_3" pkg="px4" type="mission_test.py" time-limit="300.0" args="vtol_old_3.plan"/>
|
2016-04-25 16:04:22 -03:00
|
|
|
</launch>
|