mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +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:
parent
d5cbf5df01
commit
4e4ba40289
@ -540,7 +540,7 @@ PARAM_DEFINE_FLOAT(FW_T_THR_DAMP, 0.1f);
|
||||
* @increment 0.05
|
||||
* @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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user