![]() |
0.5.0
|
Position, velocity and attitude state. More...
Data Fields | |
Eigen::Quaternion< T > | attitude |
IMU attitude (e_Quat_b / n_Quat_b) | |
Eigen::Vector3< T > | position |
IMU position (e_pos / lla_pos) | |
Eigen::Vector3< T > | velocity |
IMU velocity (e_vel / n_vel) |
Position, velocity and attitude state.
Definition at line 83 of file InertialPreIntegrator.hpp.
Eigen::Quaternion<T> NAV::InertialPreIntegrator::PVAState< T >::attitude |
IMU attitude (e_Quat_b / n_Quat_b)
Definition at line 87 of file InertialPreIntegrator.hpp.
Eigen::Vector3<T> NAV::InertialPreIntegrator::PVAState< T >::position |
IMU position (e_pos / lla_pos)
Definition at line 85 of file InertialPreIntegrator.hpp.
Eigen::Vector3<T> NAV::InertialPreIntegrator::PVAState< T >::velocity |
IMU velocity (e_vel / n_vel)
Definition at line 86 of file InertialPreIntegrator.hpp.