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 #1878

Merged
merged 1 commit into from
Sep 6, 2022
Merged

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.

Depends on mavlink/MAVSDK-Proto#293.
Closes #1569.

JonasVautherin
JonasVautherin previously approved these changes Aug 15, 2022
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, works, merging.

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

Telemetry.set_rate_attitude() seems to have no effect
2 participants