2016-04-20 16:51:58 +02:00
|
|
|
<launch>
|
|
|
|
|
<!-- Posix SITL MAVROS integration tests -->
|
|
|
|
|
|
|
|
|
|
<arg name="ns" default="/"/>
|
|
|
|
|
<arg name="headless" default="true"/>
|
|
|
|
|
<arg name="gui" default="false"/>
|
2017-12-31 23:21:44 -05:00
|
|
|
<arg name="est" default="ekf2"/>
|
2018-02-06 15:11:09 -05:00
|
|
|
<arg name="respawn_gazebo" default="true"/>
|
2016-04-20 16:51:58 +02: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 21:47:45 +02:00
|
|
|
<arg name="vehicle" value="iris"/>
|
|
|
|
|
<arg name="est" value="$(arg est)"/>
|
2018-02-06 15:11:09 -05:00
|
|
|
<arg name="respawn_gazebo" value="$(arg respawn_gazebo)"/>
|
2016-04-20 16:51:58 +02:00
|
|
|
</include>
|
|
|
|
|
|
|
|
|
|
<group ns="$(arg ns)">
|
2017-12-10 16:01:17 -05:00
|
|
|
<test test-name="mavros_offboard_posctl_test" pkg="px4" type="mavros_offboard_posctl_test.py" time-limit="120.0"/>
|
2016-04-20 16:51:58 +02:00
|
|
|
</group>
|
|
|
|
|
</launch>
|