You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
complementary_filter: move const initializations out of header
Initialization of static consts other than int (here: float) inside the
class declaration is not permitted in C++. It works in gcc (due to a
non-standard extension), but throws an error in C++11.
0 commit comments