Skip to content

Commit

Permalink
FW TECS: reduce default for FW_T_I_GAIN_THR to more appropriate 0.05
Browse files Browse the repository at this point in the history
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
  • Loading branch information
sfuhrer committed Jun 2, 2023
1 parent d5cbf5d commit 4e4ba40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/fw_pos_control/fw_path_navigation_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e4ba40

Please sign in to comment.