scsl 1.0.1
Shimmering Clarity Standard Library
|
Algorithms for estimation position, and system state. More...
Classes | |
class | Madgwick |
Madgwick implements an efficient Orientation estimation for Intertial Measurement Units (IMUs). More... | |
Typedefs | |
using | Madgwickd = Madgwick< double > |
Madgwickd is a shorthand alias for a Madgwick<double>. | |
using | Madgwickf = Madgwick< float > |
Madgwickf is a shorthand alias for a Madgwick<float>. | |
Algorithms for estimation position, and system state.
using scmp::estimation::Madgwickd = typedef Madgwick<double> |
Madgwickd is a shorthand alias for a Madgwick<double>.
using scmp::estimation::Madgwickf = typedef Madgwick<float> |
Madgwickf is a shorthand alias for a Madgwick<float>.