mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00: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_goto(takeoff_position, 0.5f, goto_timeout);
|
||||||
tester.offboard_land();
|
tester.offboard_land();
|
||||||
tester.wait_until_disarmed(goto_timeout);
|
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]")
|
TEST_CASE("Offboard position control", "[multicopter][offboard][nogps]")
|
||||||
|
|||||||
Reference in New Issue
Block a user