mavsdk_tests: correctly locate plan

This commit is contained in:
Julian Oes
2021-04-05 17:31:39 +02:00
committed by Daniel Agar
parent cd66a79747
commit 2eaf677de3
2 changed files with 31 additions and 31 deletions

View File

@@ -39,7 +39,7 @@ TEST_CASE("Fly VTOL mission", "[vtol]")
AutopilotTester tester;
tester.connect(connection_url);
tester.wait_until_ready();
tester.load_qgc_mission_raw_and_move_here("test/mavsdk_tests/vtol_mission_allmend.plan");
tester.load_qgc_mission_raw_and_move_here("test/mavsdk_tests/vtol_mission.plan");
tester.arm();
tester.execute_mission_raw();
tester.wait_until_disarmed();