mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: Copter.RTLSpeed gets increased speed tolerance
This commit is contained in:
parent
c04f686ce7
commit
f341429977
@ -2586,7 +2586,7 @@ class AutoTestCopter(AutoTest):
|
||||
self.change_mode('AUTO')
|
||||
self.wait_groundspeed(0-tolerance, 0+tolerance)
|
||||
self.wait_groundspeed(wpnav_speed_ms-tolerance, wpnav_speed_ms+tolerance)
|
||||
self.monitor_groundspeed(wpnav_speed_ms, timeout=5)
|
||||
self.monitor_groundspeed(wpnav_speed_ms, tolerance=0.6, timeout=5)
|
||||
self.do_RTL()
|
||||
|
||||
def fly_nav_delay(self):
|
||||
|
Loading…
Reference in New Issue
Block a user