From 7560a1f6e33c4e90777027c8e23316ab5ebed878 Mon Sep 17 00:00:00 2001 From: Luca Carlone Date: Fri, 27 Sep 2013 16:06:36 +0000 Subject: [PATCH] Typo fixed --- .../examples/SmartProjectionFactorExample_kitti_nonbatch.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gtsam_unstable/examples/SmartProjectionFactorExample_kitti_nonbatch.cpp b/gtsam_unstable/examples/SmartProjectionFactorExample_kitti_nonbatch.cpp index 9d6e5ab01..94e1e0639 100644 --- a/gtsam_unstable/examples/SmartProjectionFactorExample_kitti_nonbatch.cpp +++ b/gtsam_unstable/examples/SmartProjectionFactorExample_kitti_nonbatch.cpp @@ -35,11 +35,10 @@ #include #include -// We will use a non-liear solver to batch-inituialize from the first 150 frames +// We will use a non-linear solver to batch-initialize from the first 150 frames #include #include - // In GTSAM, measurement functions are represented as 'factors'. Several common factors // have been provided with the library for solving robotics SLAM problems. #include @@ -333,7 +332,7 @@ int main(int argc, char** argv) { unsigned int maxNumPoses = 45400; //3541 // Set to true to use SmartProjectionFactor. Otherwise GenericProjectionFactor will be used - bool useSmartProjectionFactor = false; + bool useSmartProjectionFactor = true; bool useTriangulation = true; bool useLM = true;