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

#include <measurements.h>

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

Public Member Functions

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

Public Attributes

TooN::Vector< M_DIMENSIONposition
 
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::WorldPosition< State >

An absolute position (= translation) measurement in world coordinates. This is transformed into an incremental motion given the state of the filter. Possible sensors include GPS.

Constructor & Destructor Documentation

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

Member Function Documentation

template<class State >
const TooN::Vector<M_DIMENSION> tag::WorldPosition< State >::getInnovation ( const State &  state) const
inline

the negative vector corresponds to the left transformation to get from the current reference frame to the new reference frame where position is the origin.

References tag::WorldPosition< State >::position.

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

Member Data Documentation

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

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