12#ifndef StableFIXED_CONTACTS_IMU_DYNAMICS_FUNCTOR_HPP
13#define StableFIXED_CONTACTS_IMU_DYNAMICS_FUNCTOR_HPP
17#include <state-observation/api.h>
18#include <state-observation/dynamical-system/dynamical-system-functor-base.hpp>
25namespace flexibilityEstimation
109 static const Index stateSize_ = 18;
110 static const Index inputSize_ = 15;
111 static const Index measurementSizeBase_ = 6;
113 Index measurementSize_;
115 std::vector<Vector3, Eigen::aligned_allocator<Vector3>> contactPositions_;
Implements the accelerometer-gyrometer inertial measuremen.
Implements the accelerometer-gyrometer measurements.
This is the base class of any functor that describes the dynamics of the state and the measurement....
Filtering of divergent component of motion (DCM) and estimation of a bias betweeen the DCM and the co...
Eigen::Quaterniond Quaternion
Quaternion.
Eigen::Vector3d Vector3
3D vector
Eigen::Matrix< double, 3, 1, Eigen::DontAlign > Vector3Unaligned
3D vector unaligned
Eigen::VectorXd Vector
Dynamic sized scalar vector.
Eigen::Quaternion< double, Eigen::DontAlign > QuaternionUnaligned
Quaternion Unaligned.
Implements integrators for the kinematics, in terms or rotations and translations.