Browse Source

autotest: reboot before running Copter ModeCircle test

This shouldn't be required, but CI is falling over too much.
zr-v5.1
Peter Barker 5 years ago committed by Peter Barker
parent
commit
332c73d168
  1. 5
      Tools/autotest/arducopter.py

5
Tools/autotest/arducopter.py

@ -1515,6 +1515,11 @@ class AutoTestCopter(AutoTest): @@ -1515,6 +1515,11 @@ class AutoTestCopter(AutoTest):
# fly_circle - flies a circle with 20m radius
def fly_circle(self, holdtime=36):
# the following should not be required. But there appears to
# be a physics failure in the simulation which is causing CI
# to fall over a lot. -pb 202007021209
self.reboot_sitl()
self.takeoff(10, mode="LOITER")
# face west

Loading…
Cancel
Save