Demonstration of the fixed-lag smoothers using a planar robot example and multiple odometry-like sensors. More...
#include <gtsam/nonlinear/BatchFixedLagSmoother.h>
#include <gtsam_unstable/nonlinear/IncrementalFixedLagSmoother.h>
#include <gtsam/slam/BetweenFactor.h>
#include <gtsam/nonlinear/NonlinearFactorGraph.h>
#include <gtsam/nonlinear/Values.h>
#include <gtsam/inference/Key.h>
#include <gtsam/geometry/Pose2.h>
#include <iomanip>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Demonstration of the fixed-lag smoothers using a planar robot example and multiple odometry-like sensors.
Definition in file FixedLagSmootherExample.cpp.
Definition at line 58 of file FixedLagSmootherExample.cpp.