diff --git a/gtsam_unstable/geometry/triangulation.h b/gtsam_unstable/geometry/triangulation.h index 25f52918a..ce0db7cbc 100644 --- a/gtsam_unstable/geometry/triangulation.h +++ b/gtsam_unstable/geometry/triangulation.h @@ -34,7 +34,7 @@ public: } }; -/// Exception thrown by triangulateDLT when SVD returns rank < 3 +/// Exception thrown by triangulateDLT when landmark is behind one or more of the cameras class GTSAM_UNSTABLE_EXPORT TriangulationCheiralityException: public std::runtime_error { public: TriangulationCheiralityException() :