mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 14:40:12 +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,19 @@
|
||||
|
||||
if [ $AUTOCNF = yes ]
|
||||
then
|
||||
|
||||
if ver hwtypecmp V550 V560
|
||||
then
|
||||
# CUAV V5+ (V550) and V5nano (V560) have 3 IMUs
|
||||
# Multi-EKF (IMUs only)
|
||||
param set EKF2_MULTI_IMU 3
|
||||
param set SENS_IMU_MODE 0
|
||||
else
|
||||
# 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
|
||||
fi
|
||||
|
||||
# disable px4io on HolyBro mini (V540) and CUAV V5nano (V560)
|
||||
|
||||
Reference in New Issue
Block a user