Browse Source

AutoTest: reduce copter throttle when flying square

This will keep the copter lower during this test and resolve the timeout
during landing
mission-4.1.18
Randy Mackay 11 years ago
parent
commit
68be36d4f8
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

@ -160,7 +160,7 @@ def fly_square(mavproxy, mav, side=50, timeout=120): @@ -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')

Loading…
Cancel
Save