mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
ekf2: force skip multi-EKF config if replay is enabled
This commit is contained in:
parent
66b55d9d0a
commit
1c49a4349f
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user