1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 09:45:33 +03:00

Better D-term filtering for multirotor PID controller

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2018-03-08 00:17:53 +10:00
parent 651d0679b4
commit 191c3552c9
2 changed files with 28 additions and 15 deletions

View file

@ -554,9 +554,7 @@ void init(void)
flashLedsAndBeep();
#ifdef USE_DTERM_NOTCH
pidInitFilters();
#endif
imuInit();