How to create ROS subscriber which will remember the last message until the new one?
Hello. I use python. I want to use the loop based on data of Publisher. For example, If I get the data == 1, I need to print "Hello" every 3 seconds, until when I will receive the new message with another data. Please help me.