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

Public Member Functions | |
| WorldDirection (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 | setCovariance (double sigma) |
Public Attributes | |
| TooN::Vector< 3 > | measurement |
| TooN::Vector< 3 > | reference |
| TooN::Matrix< M_DIMENSION > | covariance |
Static Public Attributes | |
| static const int | M_DIMENSION = 3 |
Measuring rotation by comparing a measured direction to a known direction in world space. Possible sensors include gravity or magnetic field direction.
|
inline |
|
inline |
|
inline |
References tag::WorldDirection< State >::covariance.
|
inline |
References tag::WorldDirection< State >::reference.
|
inline |
References tag::WorldDirection< State >::covariance.
| TooN::Matrix<M_DIMENSION> tag::WorldDirection< State >::covariance |
|
static |
| TooN::Vector<3> tag::WorldDirection< State >::measurement |
| TooN::Vector<3> tag::WorldDirection< State >::reference |
1.8.3.1