Why transform has to be broadcasted periodically?
Hello,
Nowadays I am trying to build a mobile robot with several sensors, and be curious about using relative positions of sensors in ROS.
In several tutorials, every transform(in my case, sensors) must be broadcasted periodically even if they are static in the whole robot configuration; Assuming that the base link and the relative position of sensors will not be changed.
Is there any specific reasons to this? I couldn't find any documents or explanation to this. I think it is kinda waste of resources.
Thank you in advance.