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 
23 namespace stateObservation
24 {
25 namespace 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
stateObservation::Vector
Eigen::VectorXd Vector
Dynamic sized scalar vector.
Definition: definitions.hpp:76
imu-mltpctive-dynamical-system.hpp
stateObservation::IndexedVectorArray
IndexedMatrixArrayT< Vector > IndexedVectorArray
Definition: definitions.hpp:659
stateObservation::examples::imuMultiplicativeAttitudeReconstruction
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...
dynamical-system-simulator.hpp
Provides an interface to simulate the dynamics provided by a dynamics functor.
stateObservation::Matrix
Eigen::MatrixXd Matrix
Dynamic sized Matrix.
Definition: definitions.hpp:100
miscellaneous-algorithms.hpp
Gathers many kinds of algorithms.
extended-kalman-filter.hpp
stateObservation
Definition: bidim-elastic-inv-pendulum-dyn-sys.hpp:20