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

mavlink: send RC_CHANNELS instead of RC_CHANNELS_RAW to support 18 channels #8282

Merged
merged 2 commits into from
May 10, 2024

Conversation

RomanLut
Copy link
Contributor

@RomanLut RomanLut commented Aug 2, 2022

Mavlink RC and mavlink protocol v2 has been implemented in INAV ✔️
Mavlink RC supports 16 channels with Mavlink v2 and 8 channels with Mavlink v1 ✔️
FC still sends back RC_CHANNELS_RAW message which supports 8 channels only ❌

This PR sends RC_CHANNELS instead of RC_CHANNELS_RAW if Mavlink v2 protocol is selected to support 18 channels and allow telemetry viewer app https://github.com/RomanLut/android-taranis-smartport-telemetry to show state of 18 channels instead of 8:

image

Existing functionality with Mavlink v1 is unchanged.

References:
https://mavlink.io/en/messages/common.html#RC_CHANNELS_OVERRIDE
https://mavlink.io/en/messages/common.html#RC_CHANNELS_RAW
https://mavlink.io/en/messages/common.html#RC_CHANNELS

@RomanLut
Copy link
Contributor Author

RomanLut commented Nov 3, 2023

@DzikuVx Can this be included in 7.1? Actually it should have been implemented with Mavlink 2 introduction into inav.

@mvmn
Copy link

mvmn commented Dec 14, 2023

Please please please release this ASAP

@mvmn
Copy link

mvmn commented Mar 24, 2024

Will this ever be merged?

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.

4 participants