Skip to content

DB Model: change Rotation from roll,pitch to quaternion #27

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

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

jaagut
Copy link
Member

@jaagut jaagut commented Oct 31, 2024

This pull request updates the database model to change the Rotation field from storing roll and pitch angles to using quaternion values. By switching to quaternion representation, it enhances the accuracy and stability of rotation calculations in the system. Adjustments have been made both in the database model for storing quaternion values and in the associated code to handle quaternion rotation data effectively. Your feedback on these changes is appreciated.

@jaagut jaagut requested review from texhnolyze and Flova October 31, 2024 16:08
@jaagut jaagut self-assigned this Oct 31, 2024
@Flova Flova merged commit 8ba6395 into main Oct 31, 2024
2 checks passed
@Flova Flova deleted the migration/rotation_to_quaternion branch October 31, 2024 17:12
Flova added a commit that referenced this pull request Apr 21, 2025
DB Model: change Rotation from roll,pitch to quaternion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants