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 msg wraped #2

Open
neurons9 opened this issue Dec 19, 2017 · 1 comment
Open

Mavlink msg wraped #2

neurons9 opened this issue Dec 19, 2017 · 1 comment

Comments

@neurons9
Copy link
Owner

Mavlink msg are some times wraped or cutted
The byte string is 32 bytes long, but some messages are bigger then 32 characters and then characters appear in a new line. Some messages are missing characters

@jplopezll
Copy link

jplopezll commented Jan 25, 2018

I had the same problem. It has to do with the fact that messages are cut into 4 bytes chunks and then sent 4 times each. It is tricky detecting the last chunk to capture then message severity and not letting the remaining 3 resends of the last chunk to show up.
If you want to check how I solved it, you can check in my repo.
And if you find something to be improved, just let me know.

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

No branches or pull requests

2 participants