mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 15:40:08 +08:00
adding previous integration demo tests
This commit is contained in:
committed by
Thomas Gubler
parent
cbbc660b88
commit
a54849eeff
15
integrationtests/integrationtests.launch
Normal file
15
integrationtests/integrationtests.launch
Normal file
@@ -0,0 +1,15 @@
|
||||
<launch>
|
||||
<arg name="headless" default="true"/>
|
||||
<arg name="gui" default="false"/>
|
||||
<arg name="enable_logging" default="false"/>
|
||||
<arg name="enable_ground_truth" default="false"/>
|
||||
<arg name="log_file" default="iris"/>
|
||||
|
||||
<include file="$(find px4)/integrationtests/demo_tests/demo_tests.launch">
|
||||
<arg name="headless" value="$(arg headless)"/>
|
||||
<arg name="gui" value="$(arg gui)"/>
|
||||
<arg name="enable_logging" value="$(arg enable_logging)" />
|
||||
<arg name="enable_ground_truth" value="$(arg enable_ground_truth)" />
|
||||
<arg name="log_file" value="$(arg log_file)"/>
|
||||
</include>
|
||||
</launch>
|
||||
Reference in New Issue
Block a user