state-observation 1.7.0
Loading...
Searching...
No Matches
imu-multiplicative-attitude-reconstruction.hpp
Go to the documentation of this file.
1
14#ifndef IMUMULTUPLICATIVEATTITUDETRAJECTORYRECONTRUCTIONHPP
15#define IMUMULTUPLICATIVEATTITUDETRAJECTORYRECONTRUCTIONHPP
16
17#include <state-observation/api.h>
22
23namespace stateObservation
24{
25namespace examples
26{
27
56 const IndexedVectorArray & u,
57 const Vector & xh0,
58 const Matrix & p,
59 const Matrix & q,
60 const Matrix & r,
61 double dt);
62
88 const Vector & xh0,
89 const Matrix & p,
90 const Matrix & q,
91 const Matrix & r,
92 double dt);
93
94#include <state-observation/examples/imu-multiplicative-attitude-reconstruction.hxx>
95
96} // namespace examples
97
98} // namespace stateObservation
99
100#endif // IMUMULTUPLICATIVEATTITUDETRAJECTORYRECONTRUCTIONHPP
Provides an interface to simulate the dynamics provided by a dynamics functor.
Gathers many kinds of algorithms.
IndexedVectorArray imuMultiplicativeAttitudeReconstruction(const IndexedVectorArray &y, const IndexedVectorArray &u, const Vector &xh0, const Matrix &p, const Matrix &q, const Matrix &r, double dt)
Provides the estimation of the state (mostly attitude) of an IMU, given the measurements of the IMU a...
Definition bidim-elastic-inv-pendulum-dyn-sys.hpp:21
Eigen::MatrixXd Matrix
Dynamic sized Matrix.
Definition definitions.hpp:100
Eigen::VectorXd Vector
Dynamic sized scalar vector.
Definition definitions.hpp:76