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

feat(hcm): setup callback groups for high hz subscriptions #460

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 11, 2024

  1. feat(hcm): setup callback groups for high hz subscriptions

    using a `MutuallyExclusiveCallbackGroup` for each one, so that they do
    not block each other but each subscription's callback is still called in
    order of received messages.
    
    See: https://docs.ros.org/en/rolling/How-To-Guides/Using-callback-groups.html
    
    Fixes: #313
    texhnolyze committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f3824f4 View commit details
    Browse the repository at this point in the history