Fix in Rot3Q constructor
parent
bd38ae5c68
commit
dd84ffcc8e
|
@ -51,7 +51,7 @@ namespace gtsam {
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
Rot3::Rot3(const Matrix& R) :
|
Rot3::Rot3(const Matrix& R) :
|
||||||
quaternion_(R) {}
|
quaternion_(Matrix3(R)) {}
|
||||||
|
|
||||||
// /* ************************************************************************* */
|
// /* ************************************************************************* */
|
||||||
// Rot3::Rot3(const Matrix3& R) :
|
// Rot3::Rot3(const Matrix3& R) :
|
||||||
|
|
Loading…
Reference in New Issue