message_filters icon indicating copy to clipboard operation
message_filters copied to clipboard

Add policy to store the latest messages

Open jcmonteiro opened this issue 5 years ago • 0 comments

Add policies to store the most recent received messages (based on their timestamp or on the order of arrival); These policies do not call any callback automatically. It is up to the programmer to call the call method when it is time to process the information.

These policies are meant to be used in networks where information is processed periodically.

jcmonteiro avatar Aug 31 '19 18:08 jcmonteiro