mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AutoTest: reduce throttle so it doesn't fly so far
This commit is contained in:
parent
d65d7d95e2
commit
f162713ca8
@ -221,7 +221,7 @@ def fly_simple(mavproxy, mav, side=60, timeout=120):
|
||||
'''fly Simple, flying N then E'''
|
||||
mavproxy.send('switch 6\n')
|
||||
wait_mode(mav, 'STABILIZE')
|
||||
mavproxy.send('rc 3 1400\n')
|
||||
mavproxy.send('rc 3 1350\n')
|
||||
|
||||
tstart = time.time()
|
||||
failed = False
|
||||
|
Loading…
Reference in New Issue
Block a user