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

BUG: Fix edge cases in Slerp #276

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

NicerNewerCar
Copy link
Contributor

Closes #275
Regression initially introduced in 6b7ad8e. Slerp interpolation fails in some cases when t == 0 or t == 1

libautoscoper/src/Tracker.cpp Outdated Show resolved Hide resolved
math/Quaternion.hpp Outdated Show resolved Hide resolved
math/Quaternion.hpp Outdated Show resolved Hide resolved
math/Quaternion.hpp Outdated Show resolved Hide resolved
Regression initially introduced in 6b7ad8e. Slerp interpolation fails in
some cases when t == 0 or t == 1
@jcfr jcfr merged commit 468324a into BrownBiomechanics:main Mar 26, 2024
3 checks passed
@NicerNewerCar NicerNewerCar deleted the quaternion-slerp-fix branch March 27, 2024 12:57
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.

SAM crashing during optimization
2 participants