mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_NavEKF2: fix type, 'willbe' -> 'will be'
This commit is contained in:
parent
2cdb082139
commit
1886b2dccd
@ -164,7 +164,7 @@ const AP_Param::GroupInfo NavEKF2::var_info[] = {
|
||||
|
||||
// @Param: VEL_I_GATE
|
||||
// @DisplayName: GPS velocity innovation gate size
|
||||
// @Description: This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check. Decreasing it makes it more likely that good measurements willbe rejected. Increasing it makes it more likely that bad measurements will be accepted.
|
||||
// @Description: This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
|
||||
// @Range: 100 1000
|
||||
// @Increment: 25
|
||||
// @User: Advanced
|
||||
|
Loading…
Reference in New Issue
Block a user