how to access old transforms tf
Let's say I have an algorithm that takes timestamped data and processes it, with the processing taking > 10 seconds. Not exactly blazing fast, I know, but for arguments sake let's say the code is well written and optimized :)
If the tf buffer is only set to 10 seconds, then publishing or listening to tf with the original timestamp will fail.
Is there a way to control the size of the tf buffer, or is tf not the tool for applying transforms in this case?
Has anybody else ran into this issue? I would not be surprised if this came up for the UCB clothes folding app.