Skip to content

Commit e7ff363

Browse files
committed
Fix the FixedLagSmootherExample and move it out of gtsam_unstable
1 parent 0570dea commit e7ff363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gtsam_unstable/examples/FixedLagSmootherExample.cpp renamed to examples/FixedLagSmootherExample.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
* - We have measurements between each pose from multiple odometry sensors
2323
*/
2424

25-
// This example demonstrates the use of the Fixed-Lag Smoothers in GTSAM unstable
25+
// This example demonstrates the use of the Fixed-Lag Smoothers in GTSAM
2626
#include <gtsam/nonlinear/BatchFixedLagSmoother.h>
27-
#include <gtsam_unstable/nonlinear/IncrementalFixedLagSmoother.h>
27+
#include <gtsam/nonlinear/IncrementalFixedLagSmoother.h>
2828

2929
// In GTSAM, measurement functions are represented as 'factors'. Several common factors
3030
// have been provided with the library for solving robotics/SLAM/Bundle Adjustment problems.

0 commit comments

Comments
 (0)