ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you want to empty the queue you can simply have your callback short circuit and not do anything. If you want to do more advanced queuing it is recommended to build your own queue internally so that you have full control.