What is 'slop' in ApproximateTimeSynchronizer?
I'm going through the message filters in ros noetic and came across the following class.
class message_filters.ApproximateTimeSynchronizer(fs, queue_size, slop, allow_headerless=False, reset=False)
What does the parameter slop
stand for?