mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
mc_att_control: revert to tested cutoff frequency
Revert the disabled d term filter which needs to be enabled after reducing IMU filtering and was probably unintentionally during a rebase.
This commit is contained in:
parent
19a4f0988c
commit
2acd431fcb
@ -542,7 +542,7 @@ PARAM_DEFINE_FLOAT(MC_TPA_RATE_D, 0.0f);
|
||||
* @increment 10
|
||||
* @group Multicopter Attitude Control
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(MC_DTERM_CUTOFF, 0.f);
|
||||
PARAM_DEFINE_FLOAT(MC_DTERM_CUTOFF, 30.f);
|
||||
|
||||
/**
|
||||
* Multicopter air-mode
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user