14#ifndef FLEXIBILITYESTIMATION_OFFLINEEKFFLEXIBILITYESTIMATION_H
15#define FLEXIBILITYESTIMATION_OFFLINEEKFFLEXIBILITYESTIMATION_H
48stateObservation::IndexedVectorArray offlineEKFFlexibilityEstimation(
49 const stateObservation::IndexedVectorArray & y,
50 const stateObservation::IndexedVectorArray & u,
52 unsigned numberOfContacts,
53 const std::vector<
Vector3, Eigen::aligned_allocator<Vector3>> & contactsPositions,
55 IndexedVectorArray * ino = 0x0,
56 IndexedVectorArray * premea = 0x0);
79stateObservation::IndexedVectorArray offlineEKFFlexibilityEstimation(
80 const stateObservation::IndexedVectorArray & y,
82 unsigned numberOfContacts,
83 const std::vector<
Vector3, Eigen::aligned_allocator<Vector3>> & contactsPositions,
86#include <state-observation/examples/offline-ekf-flexibility-estimation.hxx>
Filtering of divergent component of motion (DCM) and estimation of a bias betweeen the DCM and the co...
Eigen::Vector3d Vector3
3D vector
Eigen::VectorXd Vector
Dynamic sized scalar vector.