ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There is a sequence number in the header. As long as the messages are generated by a single node, you could check msg->header.seq
for any skips.