Skip to content

Commit

Permalink
vtol_rtl_test: explicitly disable RTL_FORCE_APPROACH for RTL direct H…
Browse files Browse the repository at this point in the history
…ome testcase
  • Loading branch information
KonradRudin authored and Thomas Stastny committed Nov 8, 2023
1 parent 457d261 commit 72c6db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/mavsdk_tests/test_vtol_rtl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ TEST_CASE("RTL direct Home", "[vtol]")
tester.load_qgc_mission_raw_and_move_here("test/mavsdk_tests/vtol_mission_with_land_start.plan");
// fly directly to home position
tester.set_rtl_type(0);
tester.set_rtl_appr_force(0);
tester.arm();
tester.execute_rtl_when_reaching_mission_sequence(2);
tester.wait_until_disarmed(std::chrono::seconds(120));
Expand Down

0 comments on commit 72c6db6

Please sign in to comment.