12#ifndef SENSORALGORITHMSROTATIONVELOCITYHPP
13#define SENSORALGORITHMSROTATIONVELOCITYHPP
15#include <state-observation/api.h>
Implements the gyrometer measurement algorithm.
Definition rotation-velocity.hpp:29
Vector3 rotationVelocityMeasure(const Vector3 &angVelocityVector, const Matrix3 &orientation) const
The angular velocity measurement in the local frame represented by the orientation Matrix.
virtual ~RotationVelocity()
virtual destructor
Definition rotation-velocity.hpp:32
Definitions of types and some structures.
Definition bidim-elastic-inv-pendulum-dyn-sys.hpp:21
Eigen::Vector3d Vector3
3D vector
Definition definitions.hpp:85
Eigen::Matrix3d Matrix3
3x3 Scalar Matrix
Definition definitions.hpp:109
Eigen::MatrixXd Matrix
Dynamic sized Matrix.
Definition definitions.hpp:100