Browse Source

autotest: reboot after Copter gyrofft test

Really weird things happen if you switch from EKF2 to EKF10 - like your
home position being set but your origin not!
c415-sdk
Peter Barker 4 years ago committed by Peter Barker
parent
commit
252b166099
  1. 4
      Tools/autotest/arducopter.py

4
Tools/autotest/arducopter.py

@ -4351,6 +4351,10 @@ class AutoTestCopter(AutoTest):
self.context_pop() self.context_pop()
# need a final reboot because weird things happen to your
# vehicle state when switching back from EKF type 10!
self.reboot_sitl()
if ex is not None: if ex is not None:
raise ex raise ex

Loading…
Cancel
Save