-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
Description
Unless the filter_base is changed, I don't think the filter has any access to the node (only its logger and parameter interfaces). Maybe the filter should get a time and dt passed when updated (as controllers do)
Originally posted by @guihomework in #153 (comment)
There are 2 options I can see right now:
- Change
FilterBase
andFilterChainBase
to support this argument in theconfigure()
- Add override of the
FilterBase
andFilterChainBase
classes and enable controllers to use it instead of the generic filters.