mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_AHRS: Correct/clarify AHRS_WIND_MAX description
This commit is contained in:
parent
c942dad35e
commit
12f9fe9456
@ -79,7 +79,7 @@ const AP_Param::GroupInfo AP_AHRS::var_info[] = {
|
||||
|
||||
// @Param: WIND_MAX
|
||||
// @DisplayName: Maximum wind
|
||||
// @Description: This sets the maximum allowable difference between ground speed and airspeed. This allows the plane to cope with a failing airspeed sensor. A value of zero means to use the airspeed as is. See ARSPD_OPTIONS and ARSPD_MAX_WIND to disable airspeed sensors.
|
||||
// @Description: This sets the maximum allowable difference between ground speed and airspeed. A value of zero means to use the airspeed as is. This allows the plane to cope with a failing airspeed sensor by clipping it to groundspeed plus/minus this limit. See ARSPD_OPTIONS and ARSPD_WIND_MAX to disable airspeed sensors.
|
||||
// @Range: 0 127
|
||||
// @Units: m/s
|
||||
// @Increment: 1
|
||||
|
Loading…
Reference in New Issue
Block a user