Can it be detected when messages are dropped from publishing and subscriber queues
According to ROS Documentation Publisher and Subscriber queue_size argument controls the queue message size for publishers and subscribers. It also says that if a queue gets fulls, oldest messages will be dropped. Is there a way to find out when messages are dropped? Is there a way to know how full are the queues are?