mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Tools: autotest: clear mission between tests
This commit is contained in:
parent
c11da6a85d
commit
5992cc8782
@ -1812,6 +1812,7 @@ class AutoTest(ABC):
|
||||
|
||||
def check_sitl_reset(self):
|
||||
self.wait_heartbeat()
|
||||
self.clear_mission()
|
||||
if self.armed():
|
||||
self.progress("Armed at end of test; force-rebooting SITL")
|
||||
self.disarm_vehicle(force=True)
|
||||
|
Loading…
Reference in New Issue
Block a user