mirror of https://github.com/ArduPilot/ardupilot
autotest: reduce copter test run time
Signed-off-by: priseborough <p_riseborough@live.com.au>
This commit is contained in:
parent
230ba2700f
commit
18c4327a2a
|
@ -21,7 +21,7 @@ AVCHOME=mavutil.location(40.072842,-105.230575,1586,0)
|
||||||
|
|
||||||
homeloc = None
|
homeloc = None
|
||||||
num_wp = 0
|
num_wp = 0
|
||||||
speedup_default = 5
|
speedup_default = 10
|
||||||
|
|
||||||
def hover(mavproxy, mav, hover_throttle=1500):
|
def hover(mavproxy, mav, hover_throttle=1500):
|
||||||
mavproxy.send('rc 3 %u\n' % hover_throttle)
|
mavproxy.send('rc 3 %u\n' % hover_throttle)
|
||||||
|
|
Loading…
Reference in New Issue