GCOP
1.0
|
#include <insmanifold.h>
Public Member Functions | |
InsState () | |
Public Attributes | |
Matrix3d | R |
rotation matrix | |
Vector3d | bg |
gyro bias | |
Vector3d | ba |
acceleration bias | |
Vector3d | p |
position | |
Vector3d | v |
velocity | |
Matrix15d | P |
covariance |
gcop::InsState::InsState | ( | ) | [inline] |
Vector3d gcop::InsState::ba |
acceleration bias
Referenced by gcop::InsManifold::Lift(), gcop::InsImu< _nz, _nu, _np >::operator()(), gcop::InsManifold::Retract(), and gcop::Ins::Step().
Vector3d gcop::InsState::bg |
gyro bias
Referenced by gcop::InsManifold::Lift(), gcop::InsManifold::Retract(), and gcop::Ins::Step().
Vector3d gcop::InsState::p |
position
Referenced by gcop::InsManifold::Lift(), gcop::InsGps< _nu, _np >::operator()(), gcop::InsManifold::Retract(), and gcop::Ins::Step().
covariance
Matrix3d gcop::InsState::R |
rotation matrix
Referenced by gcop::InsManifold::Lift(), gcop::InsImu< _nz, _nu, _np >::operator()(), gcop::InsManifold::Retract(), and gcop::Ins::Step().
Vector3d gcop::InsState::v |
velocity
Referenced by gcop::InsManifold::Lift(), gcop::InsManifold::Retract(), and gcop::Ins::Step().