Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic setting of params in speckle filter #204

Open
wants to merge 3 commits into
base: ros2
Choose a base branch
from

Commits on Aug 27, 2024

  1. Dynamic setting of params in speckle filter

    Done previously by berend-kupers, but removed during code review because
    we thought it needed a separate node inside the filter. Here we use the
    params_interface_ member variable of the filter base class instead of
    creating a new node.
    
    The callback needs to be post_set_params and not on_set_params because
    the changes haven't been finalized yet when on_set_params is called.
    jonbinney committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    27bf41c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    ed29567 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    027b936 View commit details
    Browse the repository at this point in the history