diff --git a/gtsam_unstable/slam/SmartRangeFactor.h b/gtsam_unstable/slam/SmartRangeFactor.h index 9a8d1fae8..c2a43b019 100644 --- a/gtsam_unstable/slam/SmartRangeFactor.h +++ b/gtsam_unstable/slam/SmartRangeFactor.h @@ -84,7 +84,7 @@ public: * Triangulate a point from at least three pose-range pairs * Checks for best pair that includes first point */ - Point2 triangulate(const const Values& x) const { + Point2 triangulate(const Values& x) const { gttic_(triangulate); // create n circles corresponding to measured range around each pose std::list circles;