We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0570dea + e7ff363 commit 48ffd93Copy full SHA for 48ffd93
…ble/examples/FixedLagSmootherExample.cpp examples/FixedLagSmootherExample.cppgtsam_unstable/examples/FixedLagSmootherExample.cpp renamed to examples/FixedLagSmootherExample.cpp
@@ -22,9 +22,9 @@
22
* - We have measurements between each pose from multiple odometry sensors
23
*/
24
25
-// 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
26
#include <gtsam/nonlinear/BatchFixedLagSmoother.h>
27
-#include <gtsam_unstable/nonlinear/IncrementalFixedLagSmoother.h>
+#include <gtsam/nonlinear/IncrementalFixedLagSmoother.h>
28
29
// In GTSAM, measurement functions are represented as 'factors'. Several common factors
30
// have been provided with the library for solving robotics/SLAM/Bundle Adjustment problems.
0 commit comments