mirror of https://github.com/ArduPilot/ardupilot
Filter: implement 3 element mode filter
This commit is contained in:
parent
1977005bd9
commit
e4d60347fb
|
@ -97,4 +97,5 @@ void ModeFilter<T,FILTER_SIZE>::isort(T new_sample, bool drop_high)
|
|||
|
||||
// instantiate required implementations
|
||||
template class ModeFilter<float,5>;
|
||||
template class ModeFilter<int16_t,3>;
|
||||
template class ModeFilter<int16_t,5>;
|
||||
|
|
Loading…
Reference in New Issue