forked from Archive/PX4-Autopilot
CI: test: set verbose true
This commit is contained in:
parent
9d67bbc328
commit
0fafa9dea7
|
@ -15,6 +15,7 @@
|
|||
<arg name="vehicle" value="$(arg vehicle)"/>
|
||||
<arg name="respawn_gazebo" value="true"/>
|
||||
<arg name="respawn_mavros" value="true"/>
|
||||
<arg name="verbose" value="true"/>
|
||||
</include>
|
||||
<!-- ROStest -->
|
||||
<test test-name="$(arg mission)" pkg="px4" type="mission_test.py" time-limit="300.0" args="$(arg mission).plan"/>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
<arg name="vehicle" value="iris_opt_flow"/>
|
||||
<arg name="respawn_gazebo" value="true"/>
|
||||
<arg name="respawn_mavros" value="true"/>
|
||||
<arg name="verbose" value="true"/>
|
||||
</include>
|
||||
<!-- ROStest -->
|
||||
<test test-name="mavros_flow_offboard_posctl_test" pkg="px4" type="mavros_offboard_posctl_test.py" time-limit="300.0"/>
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
<arg name="vehicle" value="$(arg vehicle)"/>
|
||||
<arg name="respawn_gazebo" value="true"/>
|
||||
<arg name="respawn_mavros" value="true"/>
|
||||
<arg name="verbose" value="true"/>
|
||||
</include>
|
||||
<!-- ROStest -->
|
||||
<test test-name="FW_mission_1" pkg="px4" type="mission_test.py" time-limit="300.0" args="FW_mission_1.plan" vehicle="plane"/>
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
<arg name="vehicle" value="$(arg vehicle)"/>
|
||||
<arg name="respawn_gazebo" value="true"/>
|
||||
<arg name="respawn_mavros" value="true"/>
|
||||
<arg name="verbose" value="true"/>
|
||||
</include>
|
||||
<!-- ROStest -->
|
||||
<test test-name="mavros_offboard_attctl_test" pkg="px4" type="mavros_offboard_attctl_test.py" time-limit="300.0"/>
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
<arg name="vehicle" value="$(arg vehicle)"/>
|
||||
<arg name="respawn_gazebo" value="true"/>
|
||||
<arg name="respawn_mavros" value="true"/>
|
||||
<arg name="verbose" value="true"/>
|
||||
</include>
|
||||
<!-- ROStest -->
|
||||
<test test-name="mavros_offboard_posctl_test" pkg="px4" type="mavros_offboard_posctl_test.py" time-limit="300.0"/>
|
||||
|
|
Loading…
Reference in New Issue