#include <osvr/Kalman/PureVectorState.h>
Public Member Functions | |
Methods required of State types | |
set xhat | |
| void | setStateVector (StateVector const &state) |
| StateVector const & | stateVector () const |
| xhat | |
| void | setErrorCovariance (SquareMatrix const &errorCovariance) |
| SquareMatrix const & | errorCovariance () const |
| P. | |
| void | postCorrect () |
A very simple (3D by default) vector state with no velocity, ideal for use as a position, with ConstantProcess for beacon autocalibration
Definition at line 40 of file PureVectorState.h.