Extended Kalman Filter derived class for Lie groups G. More...
#include <gtsam/navigation/ManifoldEKF.h>
#include <gtsam/base/Lie.h>
#include <Eigen/Dense>
#include <type_traits>
#include <functional>
Go to the source code of this file.
Classes | |
class | gtsam::LieGroupEKF< G > |
Extended Kalman Filter on a Lie group G, derived from ManifoldEKF. More... | |
Namespaces | |
gtsam | |
traits | |
Extended Kalman Filter derived class for Lie groups G.
This file defines the LieGroupEKF class template, inheriting from ManifoldEKF, for performing EKF steps specifically on states residing in a Lie group. It provides predict methods with state-dependent dynamics functions. Please use the InvariantEKF class for prediction via group composition.
Definition in file LieGroupEKF.h.