Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ardupilotmega: add MAV_CMD_SET_EKF_SOURCE_SET #220

Merged
merged 1 commit into from
Aug 16, 2021

Conversation

rmackay9
Copy link

@rmackay9 rmackay9 commented Aug 16, 2021

This command allows an external system to set the EKF sensor source. Instead of individually specifying which sensor should be used, the caller selects from 3 pre-defined (but configurable) sets (aka groups)

I think the only question is whether we want the mavlink command to accept the source set in the range 1 to 3 (to match the EK3_SRCx_ parameters) or 0 to 2 (to match the ahrs interface). Currently it is implemented in the 1 to 3 range.

ArduPilot GPS/Non-GPS Transitions wiki page: https://ardupilot.org/copter/docs/common-non-gps-to-gps.html

This command allows an external system to set the EKF sensor sources.  Instead of individually specifying which sensor should be used, the caller selects from 3 pre-defined (but configurable) sets (aka groups)
@tridge tridge merged commit fa8125f into ArduPilot:master Aug 16, 2021
@rmackay9 rmackay9 deleted the mav-cmd-ekf-source-set branch August 16, 2021 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants