2018-02-09 14:40:38 -04:00
|
|
|
<?xml version="1.0"?>
|
2016-12-03 14:42:10 -04:00
|
|
|
<launch>
|
|
|
|
<!-- Posix SITL MAVROS integration tests -->
|
2018-02-09 14:40:38 -04:00
|
|
|
<!-- Test offboard local posistion and attitude control with optical flow iris -->
|
2018-01-01 00:21:44 -04:00
|
|
|
<arg name="est" default="ekf2"/>
|
2018-03-31 09:25:47 -03:00
|
|
|
<arg name="gui" default="false"/>
|
2018-06-14 13:37:47 -03:00
|
|
|
<arg name="interactive" default="false"/>
|
2018-02-09 14:40:38 -04:00
|
|
|
<!-- MAVROS, PX4 SITL, Gazebo -->
|
2016-12-03 14:42:10 -04:00
|
|
|
<include file="$(find px4)/launch/mavros_posix_sitl.launch">
|
2018-03-31 09:25:47 -03:00
|
|
|
<arg name="est" value="$(arg est)"/>
|
2016-12-03 14:42:10 -04:00
|
|
|
<arg name="gui" value="$(arg gui)"/>
|
2018-06-14 13:37:47 -03:00
|
|
|
<arg name="interactive" value="$(arg interactive)"/>
|
2018-03-31 09:25:47 -03:00
|
|
|
<arg name="respawn_gazebo" value="true"/>
|
2018-03-31 09:24:09 -03:00
|
|
|
<arg name="respawn_mavros" value="true"/>
|
2019-01-30 23:58:06 -04:00
|
|
|
<arg name="vehicle" value="iris_opt_flow"/>
|
2019-01-30 23:50:09 -04:00
|
|
|
<arg name="verbose" value="true"/>
|
2016-12-03 14:42:10 -04:00
|
|
|
</include>
|
2018-02-09 14:40:38 -04:00
|
|
|
<!-- ROStest -->
|
2018-03-30 11:35:54 -03:00
|
|
|
<test test-name="mavros_flow_offboard_posctl_test" pkg="px4" type="mavros_offboard_posctl_test.py" time-limit="300.0"/>
|
|
|
|
<test test-name="mavros_flow_offboard_attctl_test" pkg="px4" type="mavros_offboard_attctl_test.py" time-limit="300.0"/>
|
2016-12-03 14:42:10 -04:00
|
|
|
</launch>
|