Question about messagefilters: How do I access the cache of a message within another callback function?
My c++ node is subscribed to two messages, message1 at 10hz and message 2 at 500hz. I created a cache of message2 using ros message filters, and I want to access the cache and its functions everytime the callback for message1 is called. How would I do this?