forked from Archive/PX4-Autopilot
fw_pos_control_l1 replace FW_LND_THRTC_SC param description < character
- fixes #12124
This commit is contained in:
parent
e4926373e6
commit
bf12583d80
|
@ -396,7 +396,7 @@ PARAM_DEFINE_FLOAT(FW_LND_AIRSPD_SC, 1.3f);
|
||||||
/**
|
/**
|
||||||
* Throttle time constant factor for landing
|
* Throttle time constant factor for landing
|
||||||
*
|
*
|
||||||
* Set this parameter to <1.0 to make the TECS throttle loop react faster during
|
* Set this parameter to less than 1.0 to make the TECS throttle loop react faster during
|
||||||
* landing than during normal flight (i.e. giving efficiency and low motor wear at
|
* landing than during normal flight (i.e. giving efficiency and low motor wear at
|
||||||
* high altitudes but control accuracy during landing). During landing, the TECS
|
* high altitudes but control accuracy during landing). During landing, the TECS
|
||||||
* throttle time constant (FW_T_THRO_CONST) is multiplied by this value.
|
* throttle time constant (FW_T_THRO_CONST) is multiplied by this value.
|
||||||
|
|
Loading…
Reference in New Issue