Extended Kalman Filter base class on a generic manifold M. More...
#include <gtsam/base/Matrix.h>
#include <gtsam/base/OptionalJacobian.h>
#include <gtsam/base/Vector.h>
#include <gtsam/base/Manifold.h>
#include <Eigen/Dense>
#include <string>
#include <stdexcept>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | gtsam::ManifoldEKF< M > |
Extended Kalman Filter on a generic manifold M. More... | |
Namespaces | |
gtsam | |
traits | |
Extended Kalman Filter base class on a generic manifold M.
This file defines the ManifoldEKF class template for performing prediction and update steps of an Extended Kalman Filter on states residing in a differentiable manifold. It relies on the manifold's retract and localCoordinates operations.
Definition in file ManifoldEKF.h.