MSCEqF 1.0
Multi State Constraint Equivariant Filter for visual inertial navigation
All Classes Functions Variables Typedefs Friends Pages
msceqf::Symmetry Class Reference

Static Public Member Functions

static const SystemState phi (const MSCEqFState &X, const SystemState &xi)
 Implement the right group action phi of the symmetry group, acting on the homogenous space (phi(X, xi))
 
static const SystemState::SystemStateAlgebraMap lift (const SystemState &xi, const Imu &u)
 Implement the lift function. Lift the actual dynamics onto the symmetry group.
 
static const MatrixX curvatureCorrection (const MSCEqFState &X, const VectorX &inn)
 Return the Gamma matrix for the reset / curvature correction.
 

Static Public Attributes

static const Matrix5 D
 The D matrix.
 

Member Function Documentation

◆ curvatureCorrection()

static const MatrixX msceqf::Symmetry::curvatureCorrection ( const MSCEqFState & X,
const VectorX & inn )
staticnodiscard

Return the Gamma matrix for the reset / curvature correction.

Parameters
XMSCEqF state (symmetry group element)
innInnovatiation vector
Returns
Gamma matrix

◆ lift()

static const SystemState::SystemStateAlgebraMap msceqf::Symmetry::lift ( const SystemState & xi,
const Imu & u )
staticnodiscard

Implement the lift function. Lift the actual dynamics onto the symmetry group.

Parameters
xiSystem state (homogenous space element)
uInput (Imu)
Returns
Input for the lifted system (Symmetry group Lie algebra element)

◆ phi()

static const SystemState msceqf::Symmetry::phi ( const MSCEqFState & X,
const SystemState & xi )
staticnodiscard

Implement the right group action phi of the symmetry group, acting on the homogenous space (phi(X, xi))

Parameters
XMSCEqF state (symmetry group element)
xiSystem state (homogenous space element)
Returns
System state (homogenous space element)

The documentation for this class was generated from the following file: