22 #ifndef OV_MSCKF_UPDATER_MSCKF_H 23 #define OV_MSCKF_UPDATER_MSCKF_H 25 #include <Eigen/Eigen> 34 class FeatureInitializer;
68 void update(std::shared_ptr<State> state, std::vector<std::shared_ptr<ov_core::Feature>> &feature_vec);
83 #endif // OV_MSCKF_UPDATER_MSCKF_H Extended Kalman Filter estimator.
Struct which stores general updater options.
void update(const std::string &key, const XmlRpc::XmlRpcValue &v)
Will compute the system for our sparse features and update the filter.
std::map< int, double > chi_squared_table
Chi squared 95th percentile table (lookup would be size of residual)
std::shared_ptr< ov_core::FeatureInitializer > initializer_feat
Feature initializer class object.
UpdaterOptions _options
Options used during update.