diff --git a/gtsam_unstable/examples/FixedLagSmootherExample.cpp b/examples/FixedLagSmootherExample.cpp similarity index 98% rename from gtsam_unstable/examples/FixedLagSmootherExample.cpp rename to examples/FixedLagSmootherExample.cpp index 7b6a7d57f..38a63c9e9 100644 --- a/gtsam_unstable/examples/FixedLagSmootherExample.cpp +++ b/examples/FixedLagSmootherExample.cpp @@ -22,9 +22,9 @@ * - We have measurements between each pose from multiple odometry sensors */ -// This example demonstrates the use of the Fixed-Lag Smoothers in GTSAM unstable +// This example demonstrates the use of the Fixed-Lag Smoothers in GTSAM #include -#include +#include // In GTSAM, measurement functions are represented as 'factors'. Several common factors // have been provided with the library for solving robotics/SLAM/Bundle Adjustment problems.