Is it possible to drop or keep message in ApproximateTimeSynchronizer?
Hi, I have used the python ApproximateTimeSynchronizer successfully.
Sometimes, some message might not arrive but I would still like to register a callback. In C++, I see there is a registerDropCallback but it seems not available in python. Any suggestion?