How to check continuity of sensor data in ROS subscriber for displaying a warning?
I want to test my sensor is giving continuous data. If data is not coming from the sensor I want to implement an exception in ROS subscriber. Is it possible in ROS subscriber or should I use ROS service. If possible can you share an example.
May be not an exact answer. But you can check the sequence id.
Which is not set consistently by all publishers.