Skip to content

Commit

Permalink
EKF: Change a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
muramura authored and bresch committed Mar 18, 2024
1 parent 70346a5 commit 32aa326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ekf2/EKF/gps_control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ bool Ekf::tryYawEmergencyReset()
bool success = false;

/* A rapid reset to the yaw emergency estimate is performed if horizontal velocity innovation checks continuously
* fails while the difference between the yaw emergency estimator and the yas estimate is large.
* fails while the difference between the yaw emergency estimator and the yaw estimate is large.
* This enables recovery from a bad yaw estimate. A reset is not performed if the fault condition was
* present before flight to prevent triggering due to GPS glitches or other sensor errors.
*/
Expand Down

0 comments on commit 32aa326

Please sign in to comment.