12#ifndef SENSORALGORITHMSLINEARACCELERATIONHPP
13#define SENSORALGORITHMSLINEARACCELERATIONHPP
15#include <state-observation/api.h>
Implements the measurements given by an accelerometer.
Vector3 accelerationMeasure(const Vector3 &acceleration, const Matrix3 &orientation) const
The acceleration measurement in the local frame represented by the orientation Matrix.
virtual ~LinearAcceleration()
virtual destructor
Definitions of types and some structures.
Filtering of divergent component of motion (DCM) and estimation of a bias betweeen the DCM and the co...
Eigen::Vector3d Vector3
3D vector
Eigen::Matrix3d Matrix3
3x3 Scalar Matrix