mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
FW TECS: reduce default for FW_T_I_GAIN_THR to more appropriate 0.05
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
@@ -540,7 +540,7 @@ PARAM_DEFINE_FLOAT(FW_T_THR_DAMP, 0.1f);
|
|||||||
* @increment 0.05
|
* @increment 0.05
|
||||||
* @group FW TECS
|
* @group FW TECS
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_FLOAT(FW_T_I_GAIN_THR, 0.1f);
|
PARAM_DEFINE_FLOAT(FW_T_I_GAIN_THR, 0.05f);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Integrator gain pitch
|
* Integrator gain pitch
|
||||||
|
|||||||
Reference in New Issue
Block a user