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

RC via Mavlink #6571

Closed
harryjph opened this issue Feb 4, 2021 · 5 comments · Fixed by #6738
Closed

RC via Mavlink #6571

harryjph opened this issue Feb 4, 2021 · 5 comments · Fixed by #6738

Comments

@harryjph
Copy link
Contributor

harryjph commented Feb 4, 2021

Current Behavior

Separate Mavlink and RC UART connections are required when using Crossfire. Or any control link, for that matter.

Desired Behavior

Be able to control an aircraft using a single Mavlink UART via Crossfire. Also, control via joystick on GCS etc.

Suggested Solution

Add Mavlink as a serial RX provider. Once selected, RC commands are taken from Mavlink.
I plan to implement and PR this myself.

Who does this impact? Who is this for?

Anyone using Crossfire who wants Mavlink mission upload / telemetry and RC on the same UART (especially important on F411 chips!)

Additional context

This is just a tracking issue to gauge interest (as I've seen this asked for before) and for any relevant discussion, I plan to implement and PR this myself as long as maintainers think this would be a useful contribution.

@cgrrty
Copy link

cgrrty commented Mar 20, 2021

@harry1453
How's it going? when will it be released?

@wx4cb
Copy link

wx4cb commented Mar 22, 2021

would be nice, but i think they need to fix the mavlink implementation itself first :) that said, a full mavlink v2 implementation would be cool

@cgrrty
Copy link

cgrrty commented Mar 23, 2021

PX4 and ardupilot support RC with mavlink now

@harryjph
Copy link
Contributor Author

@cgrrty as I said in telegram I've been working on it, I have an implementation but have not had the time to try it out beyond compiling it, so it's not ready yet at all. unfortunately other things are taking up my time at the moment. I promise I'll get back on this soon

@wx4cb I've implemented MAVLink V2 as part of my changes.

@wx4cb
Copy link

wx4cb commented Mar 24, 2021

@harry1453 cant wait

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 a pull request may close this issue.

3 participants