Anthony Lamping
7 years ago
committed by
Daniel Agar
5 changed files with 31 additions and 33 deletions
@ -1,23 +1,23 @@
@@ -1,23 +1,23 @@
|
||||
<?xml version="1.0"?> |
||||
<launch> |
||||
<!-- Posix SITL MAVROS integration tests --> |
||||
<!-- Test all missions with standard VTOL --> |
||||
<arg name="gui" default="false"/> |
||||
<!-- Test all missions --> |
||||
<arg name="est" default="ekf2"/> |
||||
<arg name="respawn_gazebo" default="true"/> |
||||
<arg name="gui" default="false"/> |
||||
<arg name="vehicle" default="standard_vtol"/> |
||||
<!-- MAVROS, PX4 SITL, Gazebo --> |
||||
<include file="$(find px4)/launch/mavros_posix_sitl.launch"> |
||||
<arg name="gui" value="$(arg gui)"/> |
||||
<arg name="vehicle" value="standard_vtol"/> |
||||
<arg name="est" value="$(arg est)"/> |
||||
<arg name="respawn_gazebo" value="$(arg respawn_gazebo)"/> |
||||
<arg name="gui" value="$(arg gui)"/> |
||||
<arg name="vehicle" value="$(arg vehicle)"/> |
||||
<arg name="respawn_gazebo" value="true"/> |
||||
<arg name="respawn_mavros" value="true"/> |
||||
</include> |
||||
<!-- ROStest --> |
||||
<test test-name="multicopter_box" pkg="px4" type="mission_test.py" time-limit="300.0" args="multirotor_box.plan"/> |
||||
<test test-name="mission_test_new_1" pkg="px4" type="mission_test.py" time-limit="300.0" args="vtol_new_1.plan"/> |
||||
<test test-name="mission_test_new_2" pkg="px4" type="mission_test.py" time-limit="300.0" args="vtol_new_2.plan"/> |
||||
<test test-name="mission_test_old_1" pkg="px4" type="mission_test.py" time-limit="300.0" args="vtol_old_1.plan"/> |
||||
<test test-name="mission_test_old_2" pkg="px4" type="mission_test.py" time-limit="300.0" args="vtol_old_2.plan"/> |
||||
<test test-name="mission_test_old_3" pkg="px4" type="mission_test.py" time-limit="300.0" args="vtol_old_3.plan"/> |
||||
<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"/> |
||||
</launch> |
||||
|
Loading…
Reference in new issue