state-observation 1.7.0
Loading...
Searching...
No Matches
imu-attitude-trajectory-reconstruction.hpp
Go to the documentation of this file.
1
14#ifndef IMUATTITUDETRAJECTORYRECONTRUCTIONHPP
15#define IMUATTITUDETRAJECTORYRECONTRUCTIONHPP
16
17#include <state-observation/api.h>
22
23namespace stateObservation
24{
25namespace examples
26{
27
57 const IndexedVectorArray & u,
58 const Vector & xh0,
59 const Matrix & p,
60 const Matrix & q,
61 const Matrix & r,
62 double dt,
63 bool withGyroBias);
64
90 const Vector & xh0,
91 const Matrix & p,
92 const Matrix & q,
93 const Matrix & r,
94 double dt,
95 bool withGyroBias);
96
97#include <state-observation/examples/imu-attitude-trajectory-reconstruction.hxx>
98
99} // namespace examples
100
101} // namespace stateObservation
102
103#endif // IMUATTITUDETRAJECTORYRECONTRUCTIONHPP
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.
IndexedVectorArray imuAttitudeTrajectoryReconstruction(const IndexedVectorArray &y, const IndexedVectorArray &u, const Vector &xh0, const Matrix &p, const Matrix &q, const Matrix &r, double dt, bool withGyroBias)
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