mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
SIMPLE mode throttle fix
This commit is contained in:
parent
e5ec810c92
commit
11dd9564d9
@ -214,7 +214,8 @@ def fly_simple(mavproxy, mav, side=60, timeout=120):
|
||||
'''fly Simple, flying N then E'''
|
||||
mavproxy.send('switch 6\n')
|
||||
wait_mode(mav, 'STABILIZE')
|
||||
hover(mavproxy, mav)
|
||||
mavproxy.send('rc 3 1395\n')
|
||||
|
||||
tstart = time.time()
|
||||
failed = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user