Skip to content
Snippets Groups Projects
Commit d74fdf45 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

APM: higher throttle on takeoff in ArduPlane autotest

parent 5bf971c7
No related branches found
No related tags found
No related merge requests found
......@@ -25,10 +25,6 @@ def takeoff(mavproxy, mav):
mavproxy.send('rc 2 1200\n')
# get it moving a bit first
mavproxy.send('rc 3 1150\n')
mav.recv_match(condition='VFR_HUD.groundspeed>2', blocking=True)
# a bit faster
mavproxy.send('rc 3 1300\n')
mav.recv_match(condition='VFR_HUD.groundspeed>6', blocking=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment