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

More generic subscriber implementation using NodeInterfaces from rclcpp #113

Closed
wants to merge 5 commits into from

Commits on Feb 12, 2024

  1. more generic implementation using NodeInterfaces from rclcpp

    Signed-off-by: Dominik Authaler <dominik.authaler@uni-ulm.de>
    authaldo committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0725ede View commit details
    Browse the repository at this point in the history
  2. refactoring to keep old API

    Signed-off-by: Dominik Authaler <dominik.authaler@uni-ulm.de>
    authaldo committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    fdcc601 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. readded previously missing virtual functions of SubscriberBase for AP…

    …I compatibility
    
    Signed-off-by: Dominik Authaler <dominik.authaler@uni-ulm.de>
    authaldo committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0a98ee9 View commit details
    Browse the repository at this point in the history
  2. deprecation warnings for second template parameter

    Co-authored-by: Jonas Otto <jonas@jonasotto.com>
    Signed-off-by: Dominik Authaler <dominik.authaler@uni-ulm.de>
    authaldo and ottojo committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d7cff5b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. added test showcasing subscriber usage with node interfaces

    Signed-off-by: Dominik Authaler <dominik.authaler@uni-ulm.de>
    authaldo committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    43e56d7 View commit details
    Browse the repository at this point in the history