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

Add ardupilot dialect message to json type helper functions #235

Closed
wants to merge 1 commit into from

Conversation

duffsam
Copy link

@duffsam duffsam commented Apr 10, 2024

Have had projects in the past where it's been useful to transform a mavlink message into JSON, to interface easily with other IoT/Cloud systems.

Rust's serde mechanisms makes this transformation easy.

This is a tightly coupled solution to the ardupilot mavlink dialect.
I'm sure something more generic can be implement using a specific trait... but unsure as to what (open to feedback).

@duffsam duffsam changed the title Add ardupilot to json helper features Add ardupilot dialect message to json type helper functions Apr 10, 2024
@duffsam duffsam marked this pull request as draft April 10, 2024 18:25
@duffsam duffsam closed this by deleting the head repository Apr 10, 2024
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.

None yet

1 participant