AutoTest: reduce copter turn rate in fly square

This commit is contained in:
Randy Mackay 2013-04-26 22:45:45 +09:00
parent 95e83314ac
commit a57965d15f

View File

@ -111,7 +111,7 @@ def fly_square(mavproxy, mav, side=50, timeout=120):
print("turn")
hover(mavproxy, mav)
mavproxy.send('rc 4 1700\n')
mavproxy.send('rc 4 1550\n')
if not wait_heading(mav, 0):
return False
mavproxy.send('rc 4 1500\n')