ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can certainly check what the state is of a CallbackQueue
.
See the API documentation, specifically: CallbackQueue::isEmpty().
Whether this will let you do what you want I can't say. I don't really understand what you're trying to do.
2 | No.2 Revision |
You can certainly check what the state is of a CallbackQueue
.
See the API documentation, specifically: CallbackQueue::isEmpty().
Whether this will let you do what you want I can't say. I don't really understand what you're trying to do.
Are you trying to implement some sort of round-robin scheduling in your msg forwarder (I assume you are sending those buf
s off to somewhere else over a socket)?
3 | No.3 Revision |
You can certainly check what the state is of a CallbackQueue
.
See the API documentation, specifically: CallbackQueue::isEmpty().
Whether this will let you do what you want I can't say. I don't really understand what you're trying to do.
Are you trying to implement some sort of round-robin scheduling in your msg forwarder (I assume you are sending those
s off to somewhere else over a socket)?bufbuffer