mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
autotest: increase time permitted for Copter to turn east
Sometimes they turn almost 360 which takes a while
This commit is contained in:
parent
2c6bdd200c
commit
d384ba6585
@ -1262,7 +1262,7 @@ class AutoTestCopter(AutoTest):
|
||||
# first east
|
||||
self.progress("turn east")
|
||||
self.set_rc(4, 1580)
|
||||
self.wait_heading(160)
|
||||
self.wait_heading(160, timeout=60)
|
||||
self.set_rc(4, 1500)
|
||||
|
||||
fence_radius = self.get_parameter("FENCE_RADIUS")
|
||||
@ -1327,7 +1327,7 @@ class AutoTestCopter(AutoTest):
|
||||
# first east
|
||||
self.progress("turning east")
|
||||
self.set_rc(4, 1580)
|
||||
self.wait_heading(160)
|
||||
self.wait_heading(160, timeout=60)
|
||||
self.set_rc(4, 1500)
|
||||
|
||||
self.progress("flying east 20m")
|
||||
@ -1365,7 +1365,7 @@ class AutoTestCopter(AutoTest):
|
||||
# first east
|
||||
self.progress("turn east")
|
||||
self.set_rc(4, 1580)
|
||||
self.wait_heading(160)
|
||||
self.wait_heading(160, timeout=60)
|
||||
self.set_rc(4, 1500)
|
||||
|
||||
# fly forward (east) at least 20m
|
||||
|
Loading…
Reference in New Issue
Block a user