message_filters icon indicating copy to clipboard operation
message_filters copied to clipboard

Does this work for python?

Open Ridhwanluthra opened this issue 4 years ago • 1 comments

If yes, then how? if no, what do I need to do to get it working with python?

Ridhwanluthra avatar Aug 31 '21 05:08 Ridhwanluthra

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.

roehling avatar Sep 01 '21 15:09 roehling