|
state-observation 1.7.0
General implementation of observers.
|
Implements the measurements given by an accelerometer. More...
#include <linear-acceleration.hpp>
Public Member Functions | |
| virtual | ~LinearAcceleration () |
| virtual destructor | |
| Vector3 | accelerationMeasure (const Vector3 &acceleration, const Matrix3 &orientation) const |
| The acceleration measurement in the local frame represented by the orientation Matrix. | |
Implements the measurements given by an accelerometer.
Definition at line 28 of file linear-acceleration.hpp.
|
inlinevirtual |
virtual destructor
Definition at line 32 of file linear-acceleration.hpp.