|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
Simple linear Kalman filter. Implemented using factor graphs, i.e., does Cholesky-based SRIF, really. More...
#include <gtsam/linear/GaussianDensity.h>#include <gtsam/linear/GaussianFactorGraph.h>#include <gtsam/linear/NoiseModel.h>

Go to the source code of this file.
Classes | |
| class | gtsam::KalmanFilter |
Namespaces | |
| gtsam | |
Macros | |
| #define | KALMANFILTER_DEFAULT_FACTORIZATION QR |
Simple linear Kalman filter. Implemented using factor graphs, i.e., does Cholesky-based SRIF, really.
1.8.13