GCOP
1.0
|
#include <imumanifold.h>
Public Member Functions | |
ImuState () | |
Public Attributes | |
Matrix3d | R |
rotation matrix | |
Vector3d | bg |
gyro bias | |
Vector3d | ba |
acceleration bias | |
Matrix9d | P |
covariance |
gcop::ImuState::ImuState | ( | ) | [inline] |
Vector3d gcop::ImuState::ba |
acceleration bias
Referenced by gcop::ImuManifold::Lift(), gcop::ImuSensor< _nz, _nu, _np >::operator()(), gcop::ImuManifold::Retract(), and gcop::Imu::Step().
Vector3d gcop::ImuState::bg |
gyro bias
Referenced by gcop::ImuManifold::Lift(), gcop::ImuManifold::Retract(), and gcop::Imu::Step().
covariance
Matrix3d gcop::ImuState::R |
rotation matrix
Referenced by gcop::ImuManifold::Lift(), gcop::ImuSensor< _nz, _nu, _np >::operator()(), gcop::ImuManifold::Retract(), and gcop::Imu::Step().