You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I rarely get the following exception and without the full precision, a unit test cannot be created.
Exception in thread "main" us.ihmc.euclid.exceptions.NotARotationMatrixException: Caught exception, this frame: LEFT_SHIN_LINKCoM, other frame: LEFT_THIGH_LINKCoM, exception:
The matrix is not a rotation matrix:
/ 1.000, 0.000, 0.001 \
|-0.000, 1.000, -0.000 |
\-0.001, 0.000, 1.000 /
at us.ihmc.euclid.referenceFrame.ReferenceFrame.getTransformToDesiredFrame(ReferenceFrame.java:936)
The text was updated successfully, but these errors were encountered:
I rarely get the following exception and without the full precision, a unit test cannot be created.
The text was updated successfully, but these errors were encountered: