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

#include <constantvelocity.h>

Collaboration diagram for tag::ConstantVelocity::State:
Collaboration graph

Public Member Functions

 State (void)
 
void reset (void)
 
void resetVelocity (void)
 

Public Attributes

TooN::SE3 pose
 
TooN::Vector< 3 > angularVelocity
 
TooN::Vector< 3 > velocity
 
TooN::Matrix< STATE_DIMENSIONcovariance
 

Static Public Attributes

static const int STATE_DIMENSION = 12
 

Detailed Description

The State class containing an SE3 for pose a Vector<3> for velocity and Vector<3> for angularVelocity to represent the filter state and the covariance matrix of it.

Constructor & Destructor Documentation

tag::ConstantVelocity::State::State ( void  )
inline

References reset().

Member Function Documentation

void tag::ConstantVelocity::State::reset ( void  )
inline

References angularVelocity, covariance, pose, and velocity.

Referenced by State().

void tag::ConstantVelocity::State::resetVelocity ( void  )
inline

References angularVelocity, and velocity.

Member Data Documentation

TooN::Vector<3> tag::ConstantVelocity::State::angularVelocity
TooN::Matrix<STATE_DIMENSION> tag::ConstantVelocity::State::covariance

Referenced by reset().

TooN::SE3 tag::ConstantVelocity::State::pose
const int tag::ConstantVelocity::State::STATE_DIMENSION = 12
static
TooN::Vector<3> tag::ConstantVelocity::State::velocity

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