forked from Archive/PX4-Autopilot
autopilot_tester: use normal VTOL mission for airspeed blockage test
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
parent
63495ddac3
commit
cf7f1be305
|
@ -47,7 +47,7 @@ TEST_CASE("Fly VTOL Loiter with airspeed failure", "[vtol_airspeed_fail]")
|
|||
const float takeoff_altitude = 10.f;
|
||||
tester.set_takeoff_altitude(takeoff_altitude);
|
||||
|
||||
tester.load_qgc_mission_raw_and_move_here("test/mavsdk_tests/vtol_mission_straight_south.plan");
|
||||
tester.load_qgc_mission_raw_and_move_here("test/mavsdk_tests/vtol_mission.plan");
|
||||
tester.arm();
|
||||
|
||||
tester.takeoff();
|
||||
|
|
Loading…
Reference in New Issue