mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:32:36 +08:00
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:
@@ -244,7 +244,7 @@ PARAM_DEFINE_FLOAT(VT_QC_HR_ERROR_I, 0.0f);
|
|||||||
* @decimal 1
|
* @decimal 1
|
||||||
* @group VTOL Attitude Control
|
* @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
|
* Quad-chute max pitch threshold
|
||||||
|
|||||||
Reference in New Issue
Block a user