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

Allow to add/remove nodes thread safely in rclcpp::Executor #1505

Merged
merged 6 commits into from
Jan 14, 2021

Commits on Jan 6, 2021

  1. Allow to add/remove nodes thread safely in rclcpp::Executor

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    6dd9155 View commit details
    Browse the repository at this point in the history
  2. fixes

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    bf6fba0 View commit details
    Browse the repository at this point in the history
  3. Add test

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    ba30c0d View commit details
    Browse the repository at this point in the history
  4. Delete extra new line

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    4452407 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Pass std::map by reference, don't make copies

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    1972f0f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. linters

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    f286348 View commit details
    Browse the repository at this point in the history