14#ifndef IMUATTITUDETRAJECTORYRECONTRUCTIONHPP
15#define IMUATTITUDETRAJECTORYRECONTRUCTIONHPP
17#include <state-observation/api.h>
20#include <state-observation/observer/extended-kalman-filter.hpp>
56IndexedVectorArray imuAttitudeTrajectoryReconstruction(
const IndexedVectorArray & y,
57 const IndexedVectorArray & u,
89IndexedVectorArray imuAttitudeTrajectoryReconstruction(
const IndexedVectorArray & y,
97#include <state-observation/examples/imu-attitude-trajectory-reconstruction.hxx>
Provides an interface to simulate the dynamics provided by a dynamics functor.
The file describes the dynamical system defined by an inertial measurement unit (IMU) fixed on a rigi...
Gathers many kinds of algorithms.
Filtering of divergent component of motion (DCM) and estimation of a bias betweeen the DCM and the co...
Eigen::MatrixXd Matrix
Dynamic sized Matrix.
Eigen::VectorXd Vector
Dynamic sized scalar vector.