fixed typo in fly_simple()

This commit is contained in:
Andrew Tridgell 2011-12-22 10:24:29 +11:00
parent e070e080d0
commit e4ed3cb583

View File

@ -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