bdaiinstitute / spatialmath-python

Create, manipulate and convert representations of position and orientation in 2D or 3D using Python
MIT License
519 stars 84 forks source link

Fixing issue with SE3.Rt ignoring check=False #36

Closed suddrey-qut closed 2 years ago

suddrey-qut commented 2 years ago

Fixing an issue where passing check=False to SE3.Rt still results in invalid constructor errors for certain rotation matrices.

petercorke commented 2 years ago

Thanks