mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
APM: higher throttle on takeoff in ArduPlane autotest
This commit is contained in:
parent
5bf971c7e6
commit
d74fdf4523
@ -25,10 +25,6 @@ def takeoff(mavproxy, mav):
|
|||||||
mavproxy.send('rc 2 1200\n')
|
mavproxy.send('rc 2 1200\n')
|
||||||
|
|
||||||
# get it moving a bit first
|
# 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')
|
mavproxy.send('rc 3 1300\n')
|
||||||
mav.recv_match(condition='VFR_HUD.groundspeed>6', blocking=True)
|
mav.recv_match(condition='VFR_HUD.groundspeed>6', blocking=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user