wiki上给的解决办法:
Error: TF_OLD_DATA
Example:
TF_OLD_DATA ignoring data from the past for frame left_gripper at time 1415804777
Solution:
Another possible source of TF_OLD_DATA is if there is any outdated or delayed source of transforms. The error message will tell you which authority is sending the outdated data. If it is running in a ros node you can use view_frames to determine the more recent authority. See view_frames.
猜想:
1.有可能是一条不同的tf_frame造成的!
2.ros时间不同步造成的可以点击rviz中的 /reset_time按钮。
使用gazebo模拟hokuyo时报错TF_OLD_DATA
原文:http://www.cnblogs.com/mercedes-Benz/p/6291122.html