AutoTest: reduce copter throttle when flying square

This will keep the copter lower during this test and resolve the timeout
during landing
This commit is contained in:
Randy Mackay 2014-08-26 12:19:09 +09:00
parent 3d8f1e03e1
commit 68be36d4f8

View File

@ -160,7 +160,7 @@ def fly_square(mavproxy, mav, side=50, timeout=120):
save_wp(mavproxy, mav)
# switch back to stabilize mode
mavproxy.send('rc 3 1400\n')
mavproxy.send('rc 3 1380\n')
mavproxy.send('switch 6\n')
wait_mode(mav, 'STABILIZE')