mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 17:36:40 +08:00
tests: loosen radius of vtol rtl landing pos check
This commit is contained in:
@@ -74,7 +74,7 @@ TEST_CASE("RTL with Mission Landing", "[vtol]")
|
||||
tester.set_rtl_type(2);
|
||||
tester.arm();
|
||||
tester.execute_rtl_when_reaching_mission_sequence(2);
|
||||
tester.check_tracks_mission_raw(35.0f);
|
||||
tester.check_tracks_mission_raw(40.0f);
|
||||
tester.wait_until_disarmed(std::chrono::seconds(120));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user