change back to lower case, and fix another similar header issue
parent
b43248d9ab
commit
6c13834260
|
@ -10,7 +10,7 @@
|
||||||
* -------------------------------------------------------------------------- */
|
* -------------------------------------------------------------------------- */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @file ChartTesting.h
|
* @file chartTesting.h
|
||||||
* @brief
|
* @brief
|
||||||
* @date November, 2014
|
* @date November, 2014
|
||||||
* @author Paul Furgale
|
* @author Paul Furgale
|
|
@ -22,7 +22,7 @@
|
||||||
#include <gtsam/base/Testable.h>
|
#include <gtsam/base/Testable.h>
|
||||||
#include <gtsam/base/numericalDerivative.h>
|
#include <gtsam/base/numericalDerivative.h>
|
||||||
#include <gtsam/base/lieProxies.h>
|
#include <gtsam/base/lieProxies.h>
|
||||||
#include <gtsam/base/ChartTesting.h>
|
#include <gtsam/base/chartTesting.h>
|
||||||
|
|
||||||
#include <boost/math/constants/constants.hpp>
|
#include <boost/math/constants/constants.hpp>
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#include <gtsam_unstable/slam/expressions.h>
|
#include <gtsam_unstable/slam/expressions.h>
|
||||||
#include <gtsam_unstable/nonlinear/ExpressionFactor.h>
|
#include <gtsam_unstable/nonlinear/ExpressionFactor.h>
|
||||||
#include <gtsam_unstable/nonlinear/ExpressionTesting.h>
|
#include <gtsam_unstable/nonlinear/expressionTesting.h>
|
||||||
#include <gtsam/slam/GeneralSFMFactor.h>
|
#include <gtsam/slam/GeneralSFMFactor.h>
|
||||||
#include <gtsam/slam/ProjectionFactor.h>
|
#include <gtsam/slam/ProjectionFactor.h>
|
||||||
#include <gtsam/slam/PriorFactor.h>
|
#include <gtsam/slam/PriorFactor.h>
|
||||||
|
|
Loading…
Reference in New Issue