0 FILT PID parameter in arducopter 3.4.1 Posted by Will Fellmeth on November 1, 2016 at 5:52am Hello internet,Quick question, would someone be able to explain to me the FILT parameter in the PIDs for arducopter 3.4.1 and above? Thanks in advance.Cheers,Will F You need to be a member of diydrones to add comments! Join diydrones Email me when people reply – Follow
Replies
Hello,
It looks like they have implemented derivative filtering with AC3.4 - check out the code here https://github.com/ArduPilot/ardupilot/blob/master/libraries/AC_PID... - do a search for "FILT"
A paper that might be describing what is going on in there - http://www2.ece.ohio-state.edu/~passino/lab3prelab.pdf
Cheers,
TC