cleaning up comments

This commit is contained in:
Kyle Isom 2020-02-18 22:06:50 -08:00
parent 5bee57a2e4
commit 08ce01ab87
1 changed files with 2 additions and 2 deletions

View File

@ -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.
/// ///