mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
fixed typo in fly_simple()
This commit is contained in:
parent
e070e080d0
commit
e4ed3cb583
@ -154,7 +154,7 @@ def fly_simple(mavproxy, mav, side=60, timeout=120):
|
|||||||
'''fly a square, flying N then E'''
|
'''fly a square, flying N then E'''
|
||||||
mavproxy.send('switch 6\n')
|
mavproxy.send('switch 6\n')
|
||||||
wait_mode(mav, 'STABILIZE')
|
wait_mode(mav, 'STABILIZE')
|
||||||
mavproxy.send('rc 3 1430\ n')
|
mavproxy.send('rc 3 1430\n')
|
||||||
tstart = time.time()
|
tstart = time.time()
|
||||||
failed = False
|
failed = False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user