mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
mavsdk_tests: increase acceptance radius for position check on offboard landing
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
parent
ae34e39b7e
commit
0379048ad2
@ -49,7 +49,7 @@ TEST_CASE("Offboard takeoff and land", "[multicopter][offboard]")
|
||||
tester.offboard_goto(takeoff_position, acceptance_radius, goto_timeout);
|
||||
tester.offboard_land();
|
||||
tester.wait_until_disarmed(std::chrono::seconds(120));
|
||||
tester.check_home_within(1.0f);
|
||||
tester.check_home_within(2.0f);
|
||||
}
|
||||
|
||||
TEST_CASE("Offboard position control", "[multicopter][offboard]")
|
||||
@ -72,7 +72,7 @@ TEST_CASE("Offboard position control", "[multicopter][offboard]")
|
||||
tester.offboard_goto(takeoff_position, acceptance_radius, goto_timeout);
|
||||
tester.offboard_land();
|
||||
tester.wait_until_disarmed(std::chrono::seconds(120));
|
||||
tester.check_home_within(1.0f);
|
||||
tester.check_home_within(2.0f);
|
||||
}
|
||||
|
||||
TEST_CASE("Offboard attitude control", "[multicopter][offboard_attitude]")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user