12#ifndef FLEXIBILITY_ESTIMATION_FLEXIBILITY_ESTIMATOR_BASE_HPP
13#define FLEXIBILITY_ESTIMATION_FLEXIBILITY_ESTIMATOR_BASE_HPP
15#include <state-observation/api.h>
20namespace flexibilityEstimation
FlexibilityEstimatorBase()
The constructor.
virtual void setFlexibilityGuess(const Matrix &)=0
virtual ~FlexibilityEstimatorBase()
virtual destructor
virtual void setMeasurement(const Vector &)=0
Sets the value of the next sensor measurement y_{k+1}.
virtual Matrix4 getFlexibility()=0
Gets an estimation of the flexibility in the form of a homogeneous 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::Matrix4d Matrix4
4x4 Scalar Matrix
Eigen::MatrixXd Matrix
Dynamic sized Matrix.
Eigen::VectorXd Vector
Dynamic sized scalar vector.