ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The callback queue and the message queue are different things.
There is one callback queue that tracks which callbacks need to be processed, but there is a separate message queue for each topic.