Browse Source

autotest: fly the cruise rudder circuit a bit faster

mission-4.1.18
Andrew Tridgell 11 years ago
parent
commit
c1f9be75fe
  1. 2
      Tools/autotest/arduplane.py

2
Tools/autotest/arduplane.py

@ -362,7 +362,7 @@ def test_FBWB(mavproxy, mav, count=1, mode='FBWB'): @@ -362,7 +362,7 @@ def test_FBWB(mavproxy, mav, count=1, mode='FBWB'):
for i in range(0,4):
# hard left
print("Starting turn %u" % i)
mavproxy.send('rc 4 1700\n')
mavproxy.send('rc 4 1900\n')
if not wait_heading(mav, 360 - (90*i), accuracy=20, timeout=60):
mavproxy.send('rc 4 1500\n')
return False

Loading…
Cancel
Save