AP_HAL_ChibiOS: make EKF running on second IMU primary

This commit is contained in:
bugobliterator 2022-11-09 05:45:55 +05:30 committed by Andrew Tridgell
parent aa9ea16ac9
commit c7c162c236
4 changed files with 9 additions and 0 deletions

View File

@ -20,3 +20,5 @@ AHRS_EKF_TYPE 3 @READONLY
GPS_TYPE 1
GPS_TYPE2 0
EK2_PRIMARY 1
EK3_PRIMARY 1

View File

@ -56,3 +56,6 @@ SCHED_LOOP_RATE 400
BRD_RTC_TYPES 2
BRD_OPTIONS 9
EK2_PRIMARY 1
EK3_PRIMARY 1

View File

@ -47,3 +47,5 @@ SCR_ENABLE 1 @READONLY
SCR_DIR_DISABLE 0 @READONLY
BRD_HEAT_I 0.07 @READONLY
BRD_HEAT_P 50 @READONLY
EK2_PRIMARY 1 @READONLY
EK3_PRIMARY 1 @READONLY

View File

@ -9,3 +9,5 @@ BATT2_VOLT_MULT 12.02
ADSB_TYPE 1
SERIAL5_BAUD 57
SERIAL5_PROTOCOL 1
EK2_PRIMARY 1
EK3_PRIMARY 1