state-observation 1.7.0
General implementation of observers.
Loading...
Searching...
No Matches
rotation-velocity.hpp
Go to the documentation of this file.
1
11
12#ifndef SENSORALGORITHMSROTATIONVELOCITYHPP
13#define SENSORALGORITHMSROTATIONVELOCITYHPP
14
15#include <state-observation/api.h>
17
18namespace stateObservation
19{
20namespace algorithm
21{
27
28class STATE_OBSERVATION_DLLAPI RotationVelocity
29{
30public:
32 virtual ~RotationVelocity() {}
33
35 Vector3 rotationVelocityMeasure(const Vector3 & angVelocityVector, const Matrix3 & orientation) const;
36
37protected:
38};
39} // namespace algorithm
40
41} // namespace stateObservation
42
43#endif // SENSORALGORITHMSROTATIONVELOCITYHPP
Implements the gyrometer measurement algorithm.
Vector3 rotationVelocityMeasure(const Vector3 &angVelocityVector, const Matrix3 &orientation) const
The angular velocity measurement in the local frame represented by the orientation Matrix.
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