mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-09 22:08:56 +08:00
ekf2: disable multi-EKF across mags by default (H7 & SITL) for now
- re-enable once the estimator selector respects configured mag priority (at least initially) or is otherwise able to automatically prefer an external mag over internal - for SITL disabled because the full matrix of esitmator instances (IMUs X mags) was too many topics for logger currently
This commit is contained in:
@@ -11,11 +11,6 @@ param set-default COM_ARM_SDCARD 0
|
||||
|
||||
param set-default SENS_EXT_I2C_PRB 0
|
||||
|
||||
param set-default EKF2_MULTI_IMU 1
|
||||
param set-default EKF2_MULTI_MAG 1
|
||||
param set-default SENS_IMU_MODE 0
|
||||
param set-default SENS_MAG_MODE 0
|
||||
|
||||
param set-default EV_TSK_STAT_DIS 1
|
||||
|
||||
param set-default SYS_DM_BACKEND 1
|
||||
|
||||
Reference in New Issue
Block a user