#include <measurements.h>
Public Member Functions | |
| WorldPosition (void) | |
| const TooN::Matrix< M_DIMENSION, State::STATE_DIMENSION > & | getMeasurementJacobian (const State &state) const |
| const TooN::Matrix< M_DIMENSION > | getMeasurementCovariance (const State &state) const |
| const TooN::Vector< M_DIMENSION > | getInnovation (const State &state) const |
| void | setCovariance (double sigma) |
| void | setCovariance (const TooN::Vector< M_DIMENSION > &sigma) |
Public Attributes | |
| TooN::Vector< M_DIMENSION > | position |
| TooN::Matrix< M_DIMENSION > | covariance |
| TooN::Matrix< M_DIMENSION, State::STATE_DIMENSION > | jacobian |
Static Public Attributes | |
| const int | M_DIMENSION = 3 |
|
||||||||||
|
|
|
||||||||||
|
the negative vector corresponds to the left transformation to get from the current reference frame to the new reference frame where position is the origin. |
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.3.9.1