ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The default callback group is just an internal, MutuallyExclusive callback group. That means that one, and only one of the callbacks within the group can run simultaneously. This is the safest configuration to run in, though it may not be the highest performance.

To directly answer your question, I don't think we have a way to access the default callback group. What are you trying to do that you need it?