ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

You're probably running Gazebo and missing the use_sim_time parameter. Try the following:

  1. roscore
  2. rosparam set use_sim_time true
  3. Now start launching the rest of your system.

The explanation is that the navigation stack was probably launched before the use_sim_time parameter was set (so it uses wall time: 1368081077.4015), and the thing publishing the TF transforms was launched afterwards (so it uses sim time: 136.4000).