mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 11:23:06 +08:00
ekf2: force skip multi-EKF config if replay is enabled
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user