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

Fix usage of hardcoded numbers on MAVLink Message Actions #1654

Conversation

rafaellehmkuhl
Copy link
Member

When the user used one of the templates (COMMAND_LONG or COMMAND_INT), if they write a hardcoded number, it was not being casted to a number, being sent as a string instead, which is not accepted by mavlink2rest, resulting in failure of delivery.

Copy link
Contributor

@ES-Alexander ES-Alexander left a comment

Choose a reason for hiding this comment

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

Tested a COMMAND_LONG and it worked fine 👍

@rafaellehmkuhl rafaellehmkuhl merged commit e913c37 into bluerobotics:master Feb 6, 2025
11 checks passed
@rafaellehmkuhl rafaellehmkuhl deleted the fix-numbers-on-mavlink-actions branch February 6, 2025 16:49
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