Commented out MATLAB wrap Rot3::retractCayley because it does not exist in quaternion mode
parent
edffa347a8
commit
43a0367a66
2
gtsam.h
2
gtsam.h
|
@ -397,7 +397,7 @@ virtual class Rot3 : gtsam::Value {
|
|||
// Manifold
|
||||
static size_t Dim();
|
||||
size_t dim() const;
|
||||
gtsam::Rot3 retractCayley(Vector v) const; // FIXME, does not exist in both Matrix and Quaternion options
|
||||
//gtsam::Rot3 retractCayley(Vector v) const; // FIXME, does not exist in both Matrix and Quaternion options
|
||||
gtsam::Rot3 retract(Vector v) const;
|
||||
Vector localCoordinates(const gtsam::Rot3& p) const;
|
||||
|
||||
|
|
Loading…
Reference in New Issue