From 43a0367a66d2a1ff6ef9afea9492e27651feaeed Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Thu, 6 Jun 2013 05:01:16 +0000 Subject: [PATCH] Commented out MATLAB wrap Rot3::retractCayley because it does not exist in quaternion mode --- gtsam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam.h b/gtsam.h index 429cbc7d3..e211068ad 100644 --- a/gtsam.h +++ b/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;