Fixed header file
parent
02223e66fd
commit
c4457682bc
|
@ -23,8 +23,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// The two new headers that allow using our Automatic Differentiation Expression framework
|
// The two new headers that allow using our Automatic Differentiation Expression framework
|
||||||
#include <gtsam_unstable/slam/expressions.h>
|
#include <gtsam/slam/expressions.h>
|
||||||
#include <gtsam_unstable/nonlinear/ExpressionFactor.h>
|
#include <gtsam/nonlinear/ExpressionFactor.h>
|
||||||
|
|
||||||
// Header order is close to far
|
// Header order is close to far
|
||||||
#include <examples/SFMdata.h>
|
#include <examples/SFMdata.h>
|
||||||
|
|
Loading…
Reference in New Issue