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

Trigger the intraprocess guard condition with data #2164

Merged
merged 4 commits into from
Apr 12, 2023

Commits on Apr 11, 2023

  1. Trigger the intraprocess guard condition with data

    If the intraprocess buffer still has data after taking, re-trigger the
    guard condition to ensure that the executor will continue to service it,
    even if incoming publications stop.
    
    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    7a72499 View commit details
    Browse the repository at this point in the history
  2. Create test to prevent behavior regression

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    0100d73 View commit details
    Browse the repository at this point in the history
  3. Add some escape hatch conditions to tests

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    2a518c9 View commit details
    Browse the repository at this point in the history
  4. Make MSVC happy

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    151aab8 View commit details
    Browse the repository at this point in the history