OSVR-Core  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
osvr::kalman::PureVectorState< Dim > Class Template Reference

#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 ()
 

Detailed Description

template<types::DimensionType Dim = 3>
class osvr::kalman::PureVectorState< Dim >

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.


The documentation for this class was generated from the following file: