Changed filenames

release/4.3a0
dellaert 2014-05-31 12:51:37 -04:00
parent 41de41deec
commit 732409faf3
3 changed files with 4 additions and 4 deletions

View File

@ -10,13 +10,13 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
/** /**
* @file LagoInitializer.h * @file lago.h
* @author Luca Carlone * @author Luca Carlone
* @author Frank Dellaert * @author Frank Dellaert
* @date May 14, 2014 * @date May 14, 2014
*/ */
#include <gtsam/nonlinear/LagoInitializer.h> #include <gtsam/nonlinear/lago.h>
#include <gtsam/slam/dataset.h> #include <gtsam/slam/dataset.h>
#include <boost/math/special_functions.hpp> #include <boost/math/special_functions.hpp>

View File

@ -10,7 +10,7 @@
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
/** /**
* @file LagoInitializer.h * @file lago.h
* @brief Initialize Pose2 in a factor graph using LAGO * @brief Initialize Pose2 in a factor graph using LAGO
* (Linear Approximation for Graph Optimization). see papers: * (Linear Approximation for Graph Optimization). see papers:
* *

View File

@ -28,7 +28,7 @@
#include <gtsam/slam/BetweenFactor.h> #include <gtsam/slam/BetweenFactor.h>
#include <gtsam/nonlinear/NonlinearFactorGraph.h> #include <gtsam/nonlinear/NonlinearFactorGraph.h>
#include <gtsam/nonlinear/LagoInitializer.h> #include <gtsam/nonlinear/lago.h>
#include <gtsam/base/TestableAssertions.h> #include <gtsam/base/TestableAssertions.h>
#include <CppUnitLite/TestHarness.h> #include <CppUnitLite/TestHarness.h>