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
Open
fix(boards/fmu-v6xrt): Enable usage of all three on-board IMUs on FMU-V6XRT by default#26905abhijithcv wants to merge 4 commits intoPX4:mainfrom
abhijithcv wants to merge 4 commits intoPX4:mainfrom
Conversation
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.
Member
|
Maybe it would be better to set it on chip-level and match the STM32H7 |
Author
Fixed with #456b2b4 |
Member
|
Can you just fully match it? i.e. Also can you share a flight log with these defaults? |
Author
https://logs.px4.io/plot_app?log=5522ccf7-3b35-4f78-bdb6-05785824529a The autopilot was hard-mounted on to the copter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.