AP_NavEKF2: Fix error in parameter documentations

This commit is contained in:
Paul Riseborough 2015-11-17 10:09:19 +11:00 committed by Andrew Tridgell
parent f9cadaf15c
commit fc6978e4d9
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ const AP_Param::GroupInfo NavEKF2::var_info[] = {
// @Param: EAS_NOISE
// @DisplayName: Equivalent airspeed measurement noise (m/s)
// @Description: This is the RMS value of noise in equivalent airspeed measurements. Increasing it reduces the weighting on these measurements.
// @Description: This is the RMS value of noise in equivalent airspeed measurements used by planes. Increasing it reduces the weighting of airspeed measurements and will make wind speed estimates less noisy and slower to converge. Increasing also increases navigation errors when dead-reckoning without GPS measurements.
// @Range: 0.5 5.0
// @Increment: 0.1
// @User: Advanced