Is the tf 'tree' persistent in any way or derived from the flow of tf topics?
I am trying to get a level deeper in understanding tf. Yes there are tutorials but I have yet to find a good conceptual explanation, tied to the api, so I am just experimenting and reading bits and pieces from all over the place. A few questions:
in a robot such as a turtlebot3 (but this is probably a general question) who is responsible for publishing
tf
topics? Is it an assumed by product of the logic that computes the odometry?is there actually a stored tf 'tree' or is it derived from the passing flow of tf topic publications?
(Sorry of these are dumb questions, I am still learning.)