mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
autotest: reboot before running Copter ModeCircle test
This shouldn't be required, but CI is falling over too much.
This commit is contained in:
parent
cadb1012df
commit
332c73d168
@ -1515,6 +1515,11 @@ class AutoTestCopter(AutoTest):
|
|||||||
|
|
||||||
# fly_circle - flies a circle with 20m radius
|
# fly_circle - flies a circle with 20m radius
|
||||||
def fly_circle(self, holdtime=36):
|
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")
|
self.takeoff(10, mode="LOITER")
|
||||||
|
|
||||||
# face west
|
# face west
|
||||||
|
Loading…
Reference in New Issue
Block a user