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

use mavio instead of rust-mavlink #13

Open
roby2014 opened this issue Sep 28, 2024 · 0 comments
Open

use mavio instead of rust-mavlink #13

roby2014 opened this issue Sep 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@roby2014
Copy link
Owner

rust-mavlink has a bad issue for now: dialect being always necessary when creating a mavlink connection.

https://mavka.gitlab.io/home/projects/mavio/

Mavio is a building block for more sophisticated tools. It is entirely focused on one thing: to include absolute minimum of functionality required for correct communication with everything that speaks MAVLink protocol.

Mavio has versionless features and dialect-agnostic as well. The author also has another tools to parse MAVLink xml definitions.
This looks like a great lib for this project use-case.

Start slowly migrating from rust-mavlink.

@roby2014 roby2014 added the enhancement New feature or request label Sep 28, 2024
@roby2014 roby2014 self-assigned this Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant