mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 13:02:25 +08:00
mavsdk_tests: relax requirement to land at home
Hopefully, this will fix CI.
This commit is contained in:
@@ -51,7 +51,7 @@ TEST_CASE("Offboard takeoff and land", "[multicopter][offboard][nogps]")
|
||||
tester.offboard_goto(takeoff_position, 0.5f, goto_timeout);
|
||||
tester.offboard_land();
|
||||
tester.wait_until_disarmed(goto_timeout);
|
||||
tester.check_home_within(0.5f);
|
||||
tester.check_home_within(1.0f);
|
||||
}
|
||||
|
||||
TEST_CASE("Offboard position control", "[multicopter][offboard][nogps]")
|
||||
|
||||
Reference in New Issue
Block a user