Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information