forked from Archive/PX4-Autopilot
VTOL: increase deafult of VT_QC_T_ALT_LOSS from 10 to 20m
Testing has shown that 10m is a bit too tight, most of all as this check is also run in not height-controlled flight modes (eg Stabilized), and there 10m altitude loss during transitions can happen easily. Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
parent
e58d33284a
commit
e8a8e7c677
|
@ -244,7 +244,7 @@ PARAM_DEFINE_FLOAT(VT_QC_HR_ERROR_I, 0.0f);
|
|||
* @decimal 1
|
||||
* @group VTOL Attitude Control
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(VT_QC_T_ALT_LOSS, 10.0f);
|
||||
PARAM_DEFINE_FLOAT(VT_QC_T_ALT_LOSS, 20.0f);
|
||||
|
||||
/**
|
||||
* Quad-chute max pitch threshold
|
||||
|
|
Loading…
Reference in New Issue