Left-Invariant Extended Kalman Filter implementation. More...
Go to the source code of this file.
Classes | |
class | gtsam::InvariantEKF< G > |
Left-Invariant Extended Kalman Filter on a Lie group G. More... | |
Namespaces | |
gtsam | |
traits | |
Left-Invariant Extended Kalman Filter implementation.
This file defines the InvariantEKF class template, inheriting from LieGroupEKF, which specifically implements the Left-Invariant EKF formulation. It restricts prediction methods to only those based on group composition (state-independent motion models), hiding the state-dependent prediction variants from LieGroupEKF.
Definition in file InvariantEKF.h.