2016-04-25 16:04:22 -03:00
|
|
|
<launch>
|
|
|
|
<!-- Posix SITL MAVROS integration tests -->
|
|
|
|
|
|
|
|
<arg name="ns" default="/"/>
|
|
|
|
<arg name="headless" default="true"/>
|
|
|
|
<arg name="gui" default="false"/>
|
2016-08-25 16:47:45 -03:00
|
|
|
<arg name="est" default="ekf2"/>
|
2018-02-06 16:11:09 -04:00
|
|
|
<arg name="respawn_gazebo" default="true"/>
|
2016-04-25 16:04:22 -03:00
|
|
|
|
|
|
|
<include file="$(find px4)/launch/mavros_posix_sitl.launch">
|
|
|
|
<arg name="ns" value="$(arg ns)"/>
|
|
|
|
<arg name="headless" value="$(arg headless)"/>
|
|
|
|
<arg name="gui" value="$(arg gui)"/>
|
2016-08-25 16:47:45 -03:00
|
|
|
<arg name="vehicle" value="standard_vtol"/>
|
|
|
|
<arg name="est" value="$(arg est)"/>
|
2018-02-06 16:11:09 -04:00
|
|
|
<arg name="respawn_gazebo" value="$(arg respawn_gazebo)"/>
|
2016-04-25 16:04:22 -03:00
|
|
|
</include>
|
|
|
|
|
|
|
|
<group ns="$(arg ns)">
|
2018-01-14 22:13:45 -04:00
|
|
|
<test test-name="multicopter_box" pkg="px4" type="mission_test.py" time-limit="120.0" args="multirotor_box.mission"/>
|
|
|
|
<test test-name="mission_test_new_1" pkg="px4" type="mission_test.py" time-limit="300.0" args="vtol_new_1.txt"/>
|
|
|
|
<test test-name="mission_test_new_2" pkg="px4" type="mission_test.py" time-limit="300.0" args="vtol_new_2.txt"/>
|
|
|
|
<test test-name="mission_test_old_1" pkg="px4" type="mission_test.py" time-limit="300.0" args="vtol_old_1.txt"/>
|
|
|
|
<test test-name="mission_test_old_2" pkg="px4" type="mission_test.py" time-limit="300.0" args="vtol_old_2.txt"/>
|
|
|
|
<test test-name="mission_test_old_3" pkg="px4" type="mission_test.py" time-limit="300.0" args="vtol_old_3.txt"/>
|
2016-04-25 16:04:22 -03:00
|
|
|
</group>
|
|
|
|
</launch>
|