ekf_cal  0.4.0
A Kalman filter-based sensor calibration package
MsckfUpdater Member List

This is the complete list of members for MsckfUpdater, including all inherited members.

Distort(const Eigen::Vector2d &xy_norm, const Intrinsics &intrinsics)MsckfUpdaterstatic
DistortionJacobian(const Eigen::Vector2d &xy_norm, const Intrinsics &intrinsics, Eigen::MatrixXd &H_d)MsckfUpdaterstatic
KalmanUpdate(EKF &ekf, const Eigen::MatrixXd &jacobian, const Eigen::VectorXd &residual, const Eigen::MatrixXd &measurement_noise_input)Updaterstatic
m_idUpdaterprotected
m_loggerUpdaterprotected
MsckfUpdater(unsigned int cam_id, bool is_extrinsic, const std::string &log_file_directory, double data_log_rate, double min_feat_dist, std::shared_ptr< DebugLogger > logger)MsckfUpdaterexplicit
Project(const Eigen::Vector3d pos_f_in_c)MsckfUpdaterstatic
ProjectionJacobian(const Eigen::Vector3d &position, Eigen::MatrixXd &jacobian)MsckfUpdaterstatic
TriangulateFeature(const double local_time, EKF &ekf, const FeatureTrack &feature_track, Eigen::Vector3d &pos_f_in_l)MsckfUpdater
UpdateEKF(EKF &ekf, const double time, const FeatureTracks &feature_tracks, double px_error)MsckfUpdater
Updater(unsigned int sensor_id, std::shared_ptr< DebugLogger > logger)Updaterexplicit