removed duplicate method
parent
59960a8d14
commit
cdd5ba2517
1
gtsam.h
1
gtsam.h
|
@ -253,7 +253,6 @@ class Rot3 {
|
||||||
double pitch() const;
|
double pitch() const;
|
||||||
double yaw() const;
|
double yaw() const;
|
||||||
// Vector toQuaternion() const; // FIXME: Can't cast to Vector properly
|
// Vector toQuaternion() const; // FIXME: Can't cast to Vector properly
|
||||||
Matrix matrix() const;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class Pose2 {
|
class Pose2 {
|
||||||
|
|
Loading…
Reference in New Issue