TooN Algorithm Library - tag
0.2
|
#include <measurements.h>
Public Member Functions | |
IncrementalPose (void) | |
TooN::Matrix< M_DIMENSION, State::STATE_DIMENSION > & | getMeasurementJacobian (const State &state) |
TooN::Matrix< M_DIMENSION > & | getMeasurementCovariance (const State &state) |
TooN::Vector< M_DIMENSION > & | getInnovation (const State &state) |
void | setMeasurement (const TooN::SE3<> &increment) |
Public Attributes | |
TooN::Matrix< M_DIMENSION > | covariance |
TooN::Matrix< M_DIMENSION, State::STATE_DIMENSION > | jacobian |
TooN::Vector< M_DIMENSION > | measurement |
Static Public Attributes | |
static const int | M_DIMENSION = 6 |
An incremental measurement consisting of the 6-vector parameterizing a correction to be left multiplied to the current pose. This is typically the result of an optimization run.
|
inline |
|
inline |
References tag::IncrementalPose< State >::measurement.
|
inline |
References tag::IncrementalPose< State >::covariance.
|
inline |
References tag::IncrementalPose< State >::jacobian.
|
inline |
References tag::IncrementalPose< State >::measurement.
TooN::Matrix<M_DIMENSION> tag::IncrementalPose< State >::covariance |
TooN::Matrix<M_DIMENSION,State::STATE_DIMENSION> tag::IncrementalPose< State >::jacobian |
|
static |
TooN::Vector<M_DIMENSION> tag::IncrementalPose< State >::measurement |