TooN Algorithm Library - tag
0.2
|
#include <measurements.h>
Public Member Functions | |
AngularVelocity (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 > | gyro |
TooN::Matrix< M_DIMENSION > | covariance |
TooN::Matrix< M_DIMENSION, State::STATE_DIMENSION > | jacobian |
Static Public Attributes | |
static const int | M_DIMENSION = 3 |
A angular velocity measurement in local coordinates. Possible sensors include gyroscopes.
|
inline |
|
inline |
References tag::AngularVelocity< State >::gyro.
|
inline |
References tag::AngularVelocity< State >::covariance.
|
inline |
References tag::AngularVelocity< State >::jacobian.
|
inline |
References tag::AngularVelocity< State >::covariance.
TooN::Matrix<M_DIMENSION> tag::AngularVelocity< State >::covariance |
TooN::Vector<3> tag::AngularVelocity< State >::gyro |
TooN::Matrix<M_DIMENSION,State::STATE_DIMENSION> tag::AngularVelocity< State >::jacobian |
|
static |