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

Bug fixes in translating from Mavlink to ROS-Mavlink #1950

Merged
merged 2 commits into from
May 16, 2024

Conversation

danielkalmanson
Copy link
Contributor

The None in the signing field (bug #569) made the code throw exceptions while decoding. There is still no signing support, but the empty array is working better than the None value. Fixed another bug in the building of the ROS Mavlink message- the seq field was not added to the ROS Mavlink message, causing a CRC error while decoding the message.

Fixed bug mavlink#569 from mavros. Fixed another bug in the building of the ros mavlink message- the seq field was not added to the ros mavlink message.
Copy link
Member

@vooon vooon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks!

@vooon vooon added this to the Version 2.8 milestone May 16, 2024
@vooon vooon merged commit 072df7e into mavlink:ros2 May 16, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants