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

telemetry: split attitude into Euler + Quaternion #293

Merged
merged 1 commit into from
Sep 6, 2022

Conversation

julianoes
Copy link
Collaborator

Before we processed whatever attitude was being sent which meant that both MAVLink messages ATTITUDE and ATTITUDE_QUATERNION would trigger both callbacks. This was often ok but can be very confusing when trying
to set the rate of the messages.

This commit decouples this magic and provides setters for both the rates.

Before we processed whatever attitude was being sent which meant that
both MAVLink messages ATTITUDE and ATTITUDE_QUATERNION would trigger
both callbacks. This was often ok but can be very confusing when trying
to set the rate of the messages.

This commit decouples this magic and provides setters for both the
rates.
@julianoes
Copy link
Collaborator Author

Tested, working, merging.

@julianoes julianoes merged commit 574933d into main Sep 6, 2022
@julianoes julianoes deleted the pr-split-attitude branch September 6, 2022 06:34
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