Skip to content
Snippets Groups Projects
Commit 2acd431f authored by Matthias Grob's avatar Matthias Grob
Browse files

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.
parent 19a4f098
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment