TooN Algorithm Library - tag  0.2
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
tag::AngularVelocity< State > Class Template Reference

#include <measurements.h>

Collaboration diagram for tag::AngularVelocity< State >:
Collaboration graph

Public Member Functions

 AngularVelocity (void)
 
TooN::Matrix< M_DIMENSION,
State::STATE_DIMENSION > & 
getMeasurementJacobian (const State &state)
 
TooN::Matrix< M_DIMENSION > & getMeasurementCovariance (const State &state)
 
TooN::Vector< M_DIMENSIONgetInnovation (const State &state)
 
void setCovariance (double sigma)
 

Public Attributes

TooN::Vector< 3 > gyro
 
TooN::Matrix< M_DIMENSIONcovariance
 
TooN::Matrix< M_DIMENSION,
State::STATE_DIMENSION > 
jacobian
 

Static Public Attributes

static const int M_DIMENSION = 3
 

Detailed Description

template<class State>
class tag::AngularVelocity< State >

A angular velocity measurement in local coordinates. Possible sensors include gyroscopes.

Constructor & Destructor Documentation

template<class State >
tag::AngularVelocity< State >::AngularVelocity ( void  )
inline

Member Function Documentation

template<class State >
TooN::Vector<M_DIMENSION> tag::AngularVelocity< State >::getInnovation ( const State &  state)
inline
Todo:
think about the -gyro and either document or remove

References tag::AngularVelocity< State >::gyro.

template<class State >
TooN::Matrix<M_DIMENSION>& tag::AngularVelocity< State >::getMeasurementCovariance ( const State &  state)
inline
template<class State >
TooN::Matrix<M_DIMENSION,State::STATE_DIMENSION>& tag::AngularVelocity< State >::getMeasurementJacobian ( const State &  state)
inline
template<class State >
void tag::AngularVelocity< State >::setCovariance ( double  sigma)
inline

Member Data Documentation

template<class State >
TooN::Matrix<M_DIMENSION> tag::AngularVelocity< State >::covariance
template<class State >
TooN::Vector<3> tag::AngularVelocity< State >::gyro
template<class State >
TooN::Matrix<M_DIMENSION,State::STATE_DIMENSION> tag::AngularVelocity< State >::jacobian
template<class State >
const int tag::AngularVelocity< State >::M_DIMENSION = 3
static

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