Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid rotation matrix in test_rotate()
The python unittest `test_Rot3` fails in case gtsam is compiled with cmake option `-D GTSAM_USE_QUATERNION=ON`. The cause of the test failure is an invalid rotationmatrix with negative determinant in `test_rotate()`.
- Loading branch information