Skip to content

Commit 48ffd93

Browse files
authored
Merge pull request #2085 from jmackay2/fix_example_build
Fix the FixedLagSmootherExample and move it out of gtsam_unstable
2 parents 0570dea + e7ff363 commit 48ffd93

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)