Skip to content

Conversation

bely2803
Copy link
Contributor

Problem statement

In our application, we need to toggle angular bounds filters at runtime to handle physical configuration changes in our mobile platform. The current implementation does not provide this feature.

Proposed changes

A new enabled parameter is added, when toggled to false the scan will simply copy the input_scan into the output_scan.
The reconfigureCB() method is overridden to handle dynamic reconfiguration of the filter's parameters.

bely2803 and others added 2 commits August 18, 2025 08:46
…_in_place-dynamic-parameters-and-new-enabled-parameter

feat: angular_bounds_filter_in_place dynamic parameters and new enabl…
@jonbinney
Copy link
Contributor

Instead of making this filter more complicated by adding an on/off toggle, could you use a mux node to toggle between the scan and the filtered scan when the configuration changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants