pytransform3d icon indicating copy to clipboard operation
pytransform3d copied to clipboard

WIP: Check if rotation matrix needs normalization

Open AlexanderFabisch opened this issue 1 year ago • 1 comments

Add functions

  • matrix_requires_renormalization - check if rotation matrix needs renormalization
  • norm_euler - maps Euler angles to unique interval
  • euler_near_gimbal_lock - checks if angles are close to gimbal lock singularity

AlexanderFabisch avatar Oct 19 '24 19:10 AlexanderFabisch

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (ea69792) to head (96f5592). Report is 170 commits behind head on develop.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           develop      #304    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           31        33     +2     
  Lines         2552      2669   +117     
  Branches       294       280    -14     
==========================================
+ Hits          2552      2669   +117     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Oct 19 '24 21:10 codecov-commenter