|
ekf_cal
0.4.0
A Kalman filter-based sensor calibration package
|
#include <types.hpp>
Public Member Functions | |
| State () | |
| EKF State constructor. | |
| Eigen::VectorXd | ToVector () const |
| Get EKF state as a vector. More... | |
| void | SetState (const Eigen::VectorXd &state) |
| Function to set state using vector. More... | |
| unsigned int | GetStateSize () const |
| Get EKF state size. More... | |
Public Attributes | |
| BodyState | body_state {} |
| Body state. | |
| std::map< unsigned int, ImuState > | imu_states {} |
| IMU states. | |
| std::map< unsigned int, GpsState > | gps_states {} |
| GPS states. | |
| std::map< unsigned int, CamState > | cam_states {} |
| Camera states. | |
| std::map< unsigned int, FidState > | fid_states {} |
| Fiducial states. | |
| std::map< unsigned int, std::vector< AugState > > | aug_states {} |
| Fiducial states. | |
| void State::SetState | ( | const Eigen::VectorXd & | state | ) |
Function to set state using vector.
| state | vector for setting state |