Changed filenames
parent
41de41deec
commit
732409faf3
|
@ -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>
|
||||||
|
|
|
@ -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:
|
||||||
*
|
*
|
|
@ -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>
|
Loading…
Reference in New Issue