From c49a2e5933686f21743d79382bac4be5e591b401 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Mon, 30 Jul 2012 15:34:42 +0000 Subject: [PATCH] Removed SLAM namespaces from testProjectionFactor --- gtsam/slam/tests/testProjectionFactor.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gtsam/slam/tests/testProjectionFactor.cpp b/gtsam/slam/tests/testProjectionFactor.cpp index ac9a6891d..1bda97951 100644 --- a/gtsam/slam/tests/testProjectionFactor.cpp +++ b/gtsam/slam/tests/testProjectionFactor.cpp @@ -16,9 +16,13 @@ * @date Nov 2009 */ -#include +#include +#include +#include #include #include +#include +#include #include using namespace std; @@ -80,7 +84,7 @@ TEST( ProjectionFactor, error ) CHECK(assert_equal(expected,*actual,1e-3)); // linearize graph - visualSLAM::Graph graph; + NonlinearFactorGraph graph; graph.push_back(factor); FactorGraph expected_lfg; expected_lfg.push_back(actual);