message_filters icon indicating copy to clipboard operation
message_filters copied to clipboard

C++ equivalent of `allow_headerless` synchronization

Open akgoins opened this issue 2 years ago • 2 comments

I know that you can set allow_headerless = True in python, but is there an equivalent option for C++? Are there plans to add it in the future?

akgoins avatar Jun 06 '22 22:06 akgoins

It looks like there is nothing equivalent in C++ right now. Certainly we would be happy to review a pull request that added it to the C++ side of things, so please consider contributing.

clalancette avatar Jun 07 '22 12:06 clalancette