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

Provide functions to write numerically stable code and avoid pitfalls #303

Closed
16 tasks done
AlexanderFabisch opened this issue Oct 19, 2024 · 1 comment
Closed
16 tasks done

Comments

@AlexanderFabisch
Copy link
Member

AlexanderFabisch commented Oct 19, 2024

  • Rotation matrix
  • Euler angles
  • Compact axis-angle
    • compact_axis_angle_near_pi - check if angle is close to pi
  • Quaternion
    • quaternion_double - create another quaternion that represents the same orientation (double cover)
    • quaternion_requires_renormalization - check if quaternion needs renormalization
  • MRP
    • mrp_near_singularity - check if angle is close 2 * pi
    • norm_mrp_angle - 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 similar
    • mrp_from_axis_angle - conversion
  • Transformation matrix
    • transform_requires_renormalization - check if transformation matrix needs renormalization
  • Exp. coordinates
    • assert_exponential_coordinates_almost_equal - check if exp. coordinates are similar
  • Dual quaternion
    • dual_quaternion_requires_renormalization - check if dual quaternion needs renormalization
    • dual_quaternion_double - create another dual quaternion that represents the same transformation (double cover)
@AlexanderFabisch
Copy link
Member Author

#304

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

No branches or pull requests

1 participant