diff --git a/gtsam/geometry/Sphere2.cpp b/gtsam/geometry/Sphere2.cpp index 4049432e4..f726f1d73 100644 --- a/gtsam/geometry/Sphere2.cpp +++ b/gtsam/geometry/Sphere2.cpp @@ -14,6 +14,7 @@ * @date Feb 02, 2011 * @author Can Erdogan * @author Frank Dellaert + * @author Alex Trevor * @brief The Sphere2 class - basically a point on a unit sphere */ diff --git a/gtsam/geometry/Sphere2.h b/gtsam/geometry/Sphere2.h index 18f3a789d..60a103996 100644 --- a/gtsam/geometry/Sphere2.h +++ b/gtsam/geometry/Sphere2.h @@ -14,6 +14,7 @@ * @date Feb 02, 2011 * @author Can Erdogan * @author Frank Dellaert + * @author Alex Trevor * @brief Develop a Sphere2 class - basically a point on a unit sphere */ @@ -23,7 +24,7 @@ #include #ifndef SPHERE2_DEFAULT_COORDINATES_MODE - #define SPHERE2_DEFAULT_COORDINATES_MODE Sphere2::EXPMAP + #define SPHERE2_DEFAULT_COORDINATES_MODE Sphere2::RENORM #endif // (Cumbersome) forward declaration for random generator diff --git a/gtsam/geometry/tests/testSphere2.cpp b/gtsam/geometry/tests/testSphere2.cpp index b64a00f62..6c676903d 100644 --- a/gtsam/geometry/tests/testSphere2.cpp +++ b/gtsam/geometry/tests/testSphere2.cpp @@ -13,6 +13,8 @@ * @file testSphere2.cpp * @date Feb 03, 2012 * @author Can Erdogan + * @author Frank Dellaert + * @author Alex Trevor * @brief Tests the Sphere2 class */