mirror of https://github.com/ArduPilot/ardupilot
AP_TECS: Update documentation to alert user of maximum allowed
This commit is contained in:
parent
738c189d5e
commit
4355d852b1
|
@ -116,7 +116,7 @@ const AP_Param::GroupInfo AP_TECS::var_info[] = {
|
|||
|
||||
// @Param: LAND_ARSPD
|
||||
// @DisplayName: Airspeed during landing approach (m/s)
|
||||
// @Description: When performing an autonomus landing, this value is used as the goal airspeed during approach. Note that this parameter is not useful if your platform does not have an airspeed sensor (use TECS_LAND_THR instead). If negative then this value is not used during landing.
|
||||
// @Description: When performing an autonomus landing, this value is used as the goal airspeed during approach. Max airspeed allowed is ARSPD_FBW_MAX. Note that this parameter is not useful if your platform does not have an airspeed sensor (use TECS_LAND_THR instead). If negative then this value is not used during landing.
|
||||
// @Range: -1 127
|
||||
// @Increment: 1
|
||||
// @User: Standard
|
||||
|
|
Loading…
Reference in New Issue