![]() |
MSCEqF 1.0
Multi State Constraint Equivariant Filter for visual inertial navigation
|
Updater class. This class implements the Multi State Constraint update step of the MSCEqF filter. More...
#include <updater.hpp>
Public Member Functions | |
Updater (const UpdaterOptions &opts, const SystemState &xi0) | |
void | mscUpdate (MSCEqFState &X, const Tracks &tracks, std::unordered_set< uint > &ids) |
Perform a Multi State Constraint update. | |
void msceqf::Updater::mscUpdate | ( | MSCEqFState & | X, |
const Tracks & | tracks, | ||
std::unordered_set< uint > & | ids ) |
Perform a Multi State Constraint update.
X | MSCEqF state |
tracks | Tracks to update |
ids | Indices of the tracks that are evaluated for an update |