![]() |
0.5.0
|
IMU state. More...
Public Member Functions | |
constexpr bool | operator== (const ImuState< T > &rhs) const |
Equal comparison. |
Data Fields | |
Eigen::Vector3< T > | p_biasAcceleration |
Acceleration bias in platform frame coordinates in [m/s^2]. | |
Eigen::Vector3< T > | p_biasAngularRate |
Angular rate bias in platform frame coordinates in [rad/s]. |
IMU state.
Definition at line 51 of file InertialPreIntegrator.hpp.
|
inlineconstexpr |
Equal comparison.
[in] | rhs | Right hand side of the operator |
Definition at line 65 of file InertialPreIntegrator.hpp.
Eigen::Vector3<T> NAV::InertialPreIntegrator::ImuState< T >::p_biasAcceleration |
Acceleration bias in platform frame coordinates in [m/s^2].
Definition at line 53 of file InertialPreIntegrator.hpp.
Eigen::Vector3<T> NAV::InertialPreIntegrator::ImuState< T >::p_biasAngularRate |
Angular rate bias in platform frame coordinates in [rad/s].
Definition at line 54 of file InertialPreIntegrator.hpp.