|
TooN Algorithm Library - tag
0.2
|
#include <constantvelocity.h>

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_DIMENSION > | covariance |
Static Public Attributes | |
| static const int | STATE_DIMENSION = 12 |
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.
|
inline |
References reset().
|
inline |
References angularVelocity, covariance, pose, and velocity.
Referenced by State().
|
inline |
References angularVelocity, and velocity.
| TooN::Vector<3> tag::ConstantVelocity::State::angularVelocity |
| TooN::Matrix<STATE_DIMENSION> tag::ConstantVelocity::State::covariance |
Referenced by reset().
| TooN::SE3 tag::ConstantVelocity::State::pose |
|
static |
| TooN::Vector<3> tag::ConstantVelocity::State::velocity |
1.8.3.1