Tools: autotest fly_gyro_fft disables EKF2 and EKF3

fly_gyro_fft_harmonic also disables EKF2 and EKF3
This commit is contained in:
Randy Mackay 2021-01-14 19:53:03 +09:00
parent f9e7d59756
commit bb926a2976
1 changed files with 2 additions and 0 deletions

View File

@ -4280,6 +4280,7 @@ class AutoTestCopter(AutoTest):
# magic tridge EKF type that dramatically speeds up the test
self.set_parameter("AHRS_EKF_TYPE", 10)
self.set_parameter("EK2_ENABLE", 0)
self.set_parameter("EK3_ENABLE", 0)
self.set_parameter("INS_LOG_BAT_MASK", 3)
self.set_parameter("INS_LOG_BAT_OPT", 0)
self.set_parameter("INS_GYRO_FILTER", 100)
@ -4415,6 +4416,7 @@ class AutoTestCopter(AutoTest):
# magic tridge EKF type that dramatically speeds up the test
self.set_parameter("AHRS_EKF_TYPE", 10)
self.set_parameter("EK2_ENABLE", 0)
self.set_parameter("EK3_ENABLE", 0)
self.set_parameter("INS_LOG_BAT_MASK", 3)
self.set_parameter("INS_LOG_BAT_OPT", 0)
self.set_parameter("INS_GYRO_FILTER", 100)