cleaning up comments
This commit is contained in:
parent
5bee57a2e4
commit
08ce01ab87
|
@ -19,8 +19,8 @@ namespace filter {
|
||||||
/// @brief Madgwick implements an efficient orientation filter for IMUs.
|
/// @brief Madgwick implements an efficient orientation filter for IMUs.
|
||||||
///
|
///
|
||||||
/// Madgwick is a novel orientation filter applicable to IMUs
|
/// Madgwick is a novel orientation filter applicable to IMUs
|
||||||
/// consisting oftri-axis gyroscopes and accelerometers, and MARG
|
/// consisting of tri-axis gyroscopes and accelerometers, and MARG
|
||||||
/// sensor arrays that also includetri-axis magnetometers. The MARG
|
/// sensor arrays that also include tri-axis magnetometers. The MARG
|
||||||
/// implementation incorporates magnetic distortionand gyroscope bias
|
/// implementation incorporates magnetic distortionand gyroscope bias
|
||||||
/// drift compensation.
|
/// drift compensation.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue