OSVR-Core
|
Public Member Functions | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | State () |
Default constructor. | |
void | setStateVector (StateVector const &state) |
set xhat | |
StateVector const & | stateVector () const |
xhat | |
void | setErrorCovariance (StateSquareMatrix const &errorCovariance) |
StateSquareMatrix const & | errorCovariance () const |
P. | |
void | postCorrect () |
StateVectorBlock3 | position () |
ConstStateVectorBlock3 | position () const |
Eigen::Quaterniond const & | getQuaternion () |
Eigen::Matrix3d const & | getRotationMatrix () |
StateVectorBlock3 | velocity () |
ConstStateVectorBlock3 | velocity () const |
StateVectorBlock3 | angularVelocity () |
ConstStateVectorBlock3 | angularVelocity () const |
Additional Inherited Members | |
![]() | |
using | Dimension = types::DimensionConstant< DIM > |