mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:36:48 +08:00
boards: start enabling multi-EKF by default on F7/H7
This commit is contained in:
committed by
Lorenz Meier
parent
b3257c0bf2
commit
763c3b8fda
@@ -6,7 +6,11 @@
|
||||
|
||||
if [ $AUTOCNF = yes ]
|
||||
then
|
||||
|
||||
# Multi-EKF
|
||||
param set EKF2_MULTI_IMU 2
|
||||
param set SENS_IMU_MODE 0
|
||||
param set EKF2_MULTI_MAG 2
|
||||
param set SENS_MAG_MODE 0
|
||||
fi
|
||||
|
||||
set LOGGER_BUF 64
|
||||
|
||||
Reference in New Issue
Block a user