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

Fix bug that prevented Executor::spin_some() from exiting. #472

Closed
wants to merge 2 commits into from

Commits on May 4, 2018

  1. Fix bug that prevented Executor::spin_some() from exiting.

    Added batching functionality where all pending executables are
    collected prior to being executed. This should prevent
    long running executables from backing up the processing.
    joh57516 committed May 4, 2018
    Configuration menu
    Copy the full SHA
    ff9c32f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Fixing code style issues

    Reformatted executor.cpp using ament_uncrustify and ament_cpplint
    tj10200 committed May 8, 2018
    Configuration menu
    Copy the full SHA
    2fdae53 View commit details
    Browse the repository at this point in the history