ekf_cal
0.4.0
A Kalman filter-based sensor calibration package
|
This is the complete list of members for MsckfUpdater, including all inherited members.
Distort(const Eigen::Vector2d &xy_norm, const Intrinsics &intrinsics) | MsckfUpdater | static |
DistortionJacobian(const Eigen::Vector2d &xy_norm, const Intrinsics &intrinsics, Eigen::MatrixXd &H_d) | MsckfUpdater | static |
KalmanUpdate(EKF &ekf, const Eigen::MatrixXd &jacobian, const Eigen::VectorXd &residual, const Eigen::MatrixXd &measurement_noise_input) | Updater | static |
m_id | Updater | protected |
m_logger | Updater | protected |
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) | MsckfUpdater | explicit |
Project(const Eigen::Vector3d pos_f_in_c) | MsckfUpdater | static |
ProjectionJacobian(const Eigen::Vector3d &position, Eigen::MatrixXd &jacobian) | MsckfUpdater | static |
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) | Updater | explicit |