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

Add a demo for the new ParameterEventHandler class #486

Merged
merged 5 commits into from
Mar 25, 2021

Commits on Nov 24, 2020

  1. First cut at parameter_events_subscriber demo

    Signed-off-by: Michael Jeronimo <michael.jeronimo@openrobotics.org>
    mjeronimo committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    c1e2c21 View commit details
    Browse the repository at this point in the history
  2. Add a global parameter change callback with filtering

    Signed-off-by: Michael Jeronimo <michael.jeronimo@openrobotics.org>
    mjeronimo committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    e54a7dc View commit details
    Browse the repository at this point in the history
  3. Extend example to include usage of get_parameters_from_event

    Signed-off-by: Michael Jeronimo <michael.jeronimo@openrobotics.org>
    mjeronimo committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    1af6265 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Account for changes in the demonstrated class as a result of code rev…

    …iews
    
    Signed-off-by: Michael Jeronimo <michael.jeronimo@openrobotics.org>
    mjeronimo committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    305c451 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Remove parameter_event_handler from the test list

    The demo is interactive with the user.
    
    Also, remove explicit calls to remove callbacks, since this will
    happen automatically.
    
    Signed-off-by: Michael Jeronimo <michael.jeronimo@openrobotics.org>
    mjeronimo committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    6a50066 View commit details
    Browse the repository at this point in the history