diff --git a/src/modules/ekf2/EKF2.cpp b/src/modules/ekf2/EKF2.cpp index 625ce125ad..24731fb148 100644 --- a/src/modules/ekf2/EKF2.cpp +++ b/src/modules/ekf2/EKF2.cpp @@ -2147,7 +2147,7 @@ int EKF2::task_spawn(int argc, char *argv[]) } } - if (multi_mode) { + if (multi_mode && !replay_mode) { // Start EKF2Selector if it's not already running if (_ekf2_selector.load() == nullptr) { EKF2Selector *inst = new EKF2Selector();