How to correctly reset time
I am using a bag in a loop because it is just convenient to keep the bag running and testing different algorithms. The problem is that once the bag starts from the beginning, my nodes using tf start printing out a lot of warnings about TF_OLD_DATA. To solve this, an empty message should be published to /reset_time.
I tried pushing the reset button in RVIZ but nothing happens and for example amcl complains about old tf data. Is there any solution to that problem?