mirror of https://github.com/ArduPilot/ardupilot
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