Browse Source

autotest: reduce copter test run time

Signed-off-by: priseborough <p_riseborough@live.com.au>
mission-4.1.18
priseborough 9 years ago committed by Andrew Tridgell
parent
commit
18c4327a2a
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

@ -21,7 +21,7 @@ AVCHOME=mavutil.location(40.072842,-105.230575,1586,0) @@ -21,7 +21,7 @@ AVCHOME=mavutil.location(40.072842,-105.230575,1586,0)
homeloc = None
num_wp = 0
speedup_default = 5
speedup_default = 10
def hover(mavproxy, mav, hover_throttle=1500):
mavproxy.send('rc 3 %u\n' % hover_throttle)

Loading…
Cancel
Save