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

Update message size test #104

Merged
merged 5 commits into from
May 1, 2024
Merged

Update message size test #104

merged 5 commits into from
May 1, 2024

Conversation

MarwanMashaly1
Copy link
Contributor

Updated the Mavlink dialect to have different messages based on the data type therefore updating the message size test to be based on the data type.

libraries/messages/src/lib.rs Outdated Show resolved Hide resolved
pub const MAX_HEALTH_SIZE: usize = 47;
pub const MAX_SENSOR_SIZE: usize = 53;
pub const MAX_STATE_SIZE: usize = 13;
pub const MAX_LOGNCOMMAND_SIZE: usize = 15;
Copy link
Contributor

Choose a reason for hiding this comment

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

I know they are the same size, but they might not always be the same size, can you split these.

@NoahSprenger NoahSprenger merged commit 2c5d774 into master May 1, 2024
5 checks passed
@NoahSprenger NoahSprenger deleted the msg_size_test branch May 1, 2024 17:23
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.

2 participants