Browse Source

AutoTest: increase throttle for fly_square test

mission-4.1.18
Randy Mackay 10 years ago
parent
commit
4ea48f8f64
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

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

Loading…
Cancel
Save