mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
added VTOL mission test, updated mission test to check mission depending on vehicle state
This commit is contained in:
committed by
Lorenz Meier
parent
150eb779ae
commit
00d56b9ef8
18
launch/mavros_posix_tests_standard_vtol.launch
Normal file
18
launch/mavros_posix_tests_standard_vtol.launch
Normal file
@@ -0,0 +1,18 @@
|
||||
<launch>
|
||||
<!-- Posix SITL MAVROS integration tests -->
|
||||
|
||||
<arg name="ns" default="/"/>
|
||||
<arg name="headless" default="true"/>
|
||||
<arg name="gui" default="false"/>
|
||||
|
||||
<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)"/>
|
||||
<arg name="world" value="standard_vtol"/>
|
||||
</include>
|
||||
|
||||
<group ns="$(arg ns)">
|
||||
<test test-name="mission_test" pkg="px4" type="mission_test.py" time-limit="300.0" args="vtol_mis_1.txt" />
|
||||
</group>
|
||||
</launch>
|
||||
Reference in New Issue
Block a user