Browse Source

AutoTest: reduce time of copter fly_circle

Circle_Rate parameter was increased so we can reduce the time of the
test
mission-4.1.18
Randy Mackay 12 years ago
parent
commit
f7f575eb58
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

@ -427,7 +427,7 @@ def fly_simple(mavproxy, mav, side=100, timeout=120): @@ -427,7 +427,7 @@ def fly_simple(mavproxy, mav, side=100, timeout=120):
return not failed
#fly_circle - flies a circle with 20m radius
def fly_circle(mavproxy, mav, maxaltchange=10, holdtime=72):
def fly_circle(mavproxy, mav, maxaltchange=10, holdtime=36):
'''hold loiter position'''
mavproxy.send('switch 5\n') # loiter mode

Loading…
Cancel
Save