tfListener::setExtrapolationLimit, Does this really allow forward extrapolation?
My motion platform moves at a fairly constant rate. I receive data from the kinect much faster than I do from my position sensor and would like lookupTransform to extrapolate to determine the approximate transform between the fixed kinect and the moving platform.
Does setExtrapolationLimit() do this. I see that it sets max_extrapolation_distance_, but I couldn't see any place where this variable is used in any meaningful way.