Browse Source

Tools: autotest fly_gyro_fft disables EKF2 and EKF3

fly_gyro_fft_harmonic also disables EKF2 and EKF3
zr-v5.1
Randy Mackay 4 years ago
parent
commit
bb926a2976
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

@ -4280,6 +4280,7 @@ class AutoTestCopter(AutoTest): @@ -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): @@ -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)

Loading…
Cancel
Save