mirror of https://github.com/ArduPilot/ardupilot
autotest: reboot after running Copter vibe tests
The EKF type (at the very least) requires a reboot to revert to its original value.
This commit is contained in:
parent
69ef0937f4
commit
662814d6bd
|
@ -2147,6 +2147,8 @@ class AutoTestCopter(AutoTest):
|
|||
|
||||
self.context_pop()
|
||||
|
||||
self.reboot_sitl()
|
||||
|
||||
if ex is not None:
|
||||
raise ex
|
||||
|
||||
|
|
Loading…
Reference in New Issue