message_filters
message_filters copied to clipboard
Does this work for python?
If yes, then how? if no, what do I need to do to get it working with python?
No, the library is pure C++ at the moment. It would require either a reimplementation in Python, or some additional glue to expose the C++ classes in Python.