Browse Source

fixed typo in fly_simple()

master
Andrew Tridgell 13 years ago
parent
commit
e4ed3cb583
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

@ -154,7 +154,7 @@ def fly_simple(mavproxy, mav, side=60, timeout=120): @@ -154,7 +154,7 @@ def fly_simple(mavproxy, mav, side=60, timeout=120):
'''fly a square, flying N then E'''
mavproxy.send('switch 6\n')
wait_mode(mav, 'STABILIZE')
mavproxy.send('rc 3 1430\ n')
mavproxy.send('rc 3 1430\n')
tstart = time.time()
failed = False

Loading…
Cancel
Save