ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I see you linked to a roscpp tutorial.
If you want to see if a message is being dropped, you can set the subscribing node's logger level to DEBUG and look for the message "Incoming queue was full for topic"
I don't see a way to check that programmatically.