Skip to content

fix(boards/fmu-v6xrt): Enable usage of all three on-board IMUs on FMU-V6XRT by default#26905

Open
abhijithcv wants to merge 4 commits intoPX4:mainfrom
abhijithcv:v6xrt_multi-imu-mode
Open

fix(boards/fmu-v6xrt): Enable usage of all three on-board IMUs on FMU-V6XRT by default#26905
abhijithcv wants to merge 4 commits intoPX4:mainfrom
abhijithcv:v6xrt_multi-imu-mode

Conversation

@abhijithcv
Copy link
Copy Markdown

fix(boards/px4_fmu-v6xrt): enables all on-board IMUs by default

FMU-V6XRT Pixhawk standard boards have 3 on-board IMUs. It is ideal behaviour for all 3 to be enabled by default. This is done with default parameters SENS_IMU_MODE set to 0, and EKF2_MULTI_IMU set to 3.

FMU-V6XRT Pixhawk standard boards have 3 on-board IMUs. It is ideal behaviour for all 3 to be enabled by default. This is done with default parameters SENS_IMU_MODE set to 0, and EKF2_MULTI_IMU set to 3.
@abhijithcv abhijithcv changed the title Enable usage of all three on-board IMUs on FMU-V6XRT fix(boards/fmu-v6xrt): Enable usage of all three on-board IMUs on FMU-V6XRT by default Mar 30, 2026
@abhijithcv
Copy link
Copy Markdown
Author

@PetervdPerk-NXP
Copy link
Copy Markdown
Member

Can you just fully match it? i.e.

# Multi-EKF
param set-default -s EKF2_MULTI_IMU 3
param set-default SENS_IMU_MODE 0

param set-default -s IMU_GYRO_FFT_EN 1

param set-default -s MC_AT_EN 1

param set-default -s UAVCAN_ENABLE 2

set LOGGER_BUF 64

Also can you share a flight log with these defaults?

@abhijithcv
Copy link
Copy Markdown
Author

abhijithcv commented Apr 1, 2026

Can you just fully match it? i.e.

# Multi-EKF
param set-default -s EKF2_MULTI_IMU 3
param set-default SENS_IMU_MODE 0

param set-default -s IMU_GYRO_FFT_EN 1

param set-default -s MC_AT_EN 1

param set-default -s UAVCAN_ENABLE 2

set LOGGER_BUF 64

Also can you share a flight log with these defaults?

https://logs.px4.io/plot_app?log=5522ccf7-3b35-4f78-bdb6-05785824529a

The autopilot was hard-mounted on to the copter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants