Browse Source

EKF: fixed comment

Signed-off-by: CarlOlsson <carlolsson.co@gmail.com>
master
CarlOlsson 7 years ago
parent
commit
8c83167857
  1. 2
      EKF/ekf.h

2
EKF/ekf.h

@ -462,7 +462,7 @@ private: @@ -462,7 +462,7 @@ private:
// calculate the magnetic declination to be used by the alignment and fusion processing
void calcMagDeclination();
// reset position states of the ekf (only vertical position)
// reset position states of the ekf (only horizontal position)
bool resetPosition();
// reset height state of the ekf

Loading…
Cancel
Save