mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-21 21:50:35 +08:00
CI: test launch files: setup for different vehicles, some reordering
This commit is contained in:
committed by
Daniel Agar
parent
171a65c1cb
commit
e91275bcb4
@@ -2,15 +2,14 @@
|
||||
<launch>
|
||||
<!-- Posix SITL MAVROS integration tests -->
|
||||
<!-- Test offboard local posistion and attitude control with optical flow iris -->
|
||||
<arg name="gui" default="false"/>
|
||||
<arg name="est" default="ekf2"/>
|
||||
<arg name="respawn_gazebo" default="true"/>
|
||||
<arg name="gui" default="false"/>
|
||||
<!-- MAVROS, PX4 SITL, Gazebo -->
|
||||
<include file="$(find px4)/launch/mavros_posix_sitl.launch">
|
||||
<arg name="est" value="$(arg est)"/>
|
||||
<arg name="gui" value="$(arg gui)"/>
|
||||
<arg name="vehicle" value="iris_opt_flow"/>
|
||||
<arg name="est" value="$(arg est)"/>
|
||||
<arg name="respawn_gazebo" value="$(arg respawn_gazebo)"/>
|
||||
<arg name="respawn_gazebo" value="true"/>
|
||||
<arg name="respawn_mavros" value="true"/>
|
||||
</include>
|
||||
<!-- ROStest -->
|
||||
|
||||
Reference in New Issue
Block a user