2018-02-09 14:40:38 -04:00
|
|
|
<?xml version="1.0"?>
|
2016-04-20 11:51:58 -03:00
|
|
|
<launch>
|
|
|
|
<!-- Posix SITL MAVROS integration tests -->
|
2018-02-09 14:40:38 -04:00
|
|
|
<!-- Test offboard local posistion control with iris -->
|
2016-04-20 11:51:58 -03:00
|
|
|
<arg name="gui" default="false"/>
|
2018-01-01 00:21:44 -04:00
|
|
|
<arg name="est" default="ekf2"/>
|
2018-02-06 16:11:09 -04:00
|
|
|
<arg name="respawn_gazebo" default="true"/>
|
2018-02-09 14:40:38 -04:00
|
|
|
<!-- MAVROS, PX4 SITL, Gazebo -->
|
2016-04-20 11:51:58 -03:00
|
|
|
<include file="$(find px4)/launch/mavros_posix_sitl.launch">
|
|
|
|
<arg name="gui" value="$(arg gui)"/>
|
2016-08-25 16:47:45 -03:00
|
|
|
<arg name="vehicle" value="iris"/>
|
|
|
|
<arg name="est" value="$(arg est)"/>
|
2018-02-06 16:11:09 -04:00
|
|
|
<arg name="respawn_gazebo" value="$(arg respawn_gazebo)"/>
|
2016-04-20 11:51:58 -03:00
|
|
|
</include>
|
2018-02-09 14:40:38 -04:00
|
|
|
<!-- ROStest -->
|
|
|
|
<test test-name="mavros_offboard_posctl_test" pkg="px4" type="mavros_offboard_posctl_test.py" time-limit="120.0"/>
|
2016-04-20 11:51:58 -03:00
|
|
|
</launch>
|