-
Notifications
You must be signed in to change notification settings - Fork 68
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
Development branch, release 3.8.0 #302
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Features
matrix_requires_renormalization
- check if rotation matrix needs renormalizationnorm_euler
- maps Euler angles to unique intervaleuler_near_gimbal_lock
- checks if angles are close to gimbal lock singularityassert_euler_almost_equal
- checks if two sets of Euler angles are similarcompact_axis_angle_near_pi
- check if angle is close to piquaternion_double
- create another quaternion that represents the same orientation (double cover)quaternion_requires_renormalization
- check if quaternion needs renormalizationmrp_near_singularity
- check if angle is close to 2 * pinorm_mrp
- normalize angle to [-pi, pi]mrp_double
- create another mrp that represents the same orientation (double cover)assert_mrp_almost_equal
- check if two mrp vectors are similartransform_requires_renormalization
- check if transformation matrix needs renormalizationassert_exponential_coordinates_almost_equal
- check if exp. coordinates are similardual_quaternion_requires_renormalization
- check if dual quaternion needs renormalizationdual_quaternion_double
- create another dual quaternion that represents the same transformation (double cover)Documentation