TooN Algorithm Library - tag
0.2
|
#include <constantposition.h>
Public Member Functions | |
State (void) | |
void | reset (void) |
Public Attributes | |
TooN::SE3 | pose |
TooN::Matrix< STATE_DIMENSION > | covariance |
Static Public Attributes | |
static const int | STATE_DIMENSION = 6 |
The State class containing an SE3 to represent the filter state and the covariance matrix of it.
|
inline |
References reset().
|
inline |
References covariance, and pose.
Referenced by State().
TooN::Matrix<STATE_DIMENSION> tag::ConstantPosition::State::covariance |
Referenced by reset().
TooN::SE3 tag::ConstantPosition::State::pose |
|
static |