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

Revision history [back]

Hello Thomas,

The problem is that stage is working with simulation time (starting at 0) but gmapping is working on real time. Adding

<param name="/use_sim_time" value="true"/>

after the <launch> should solve the problem.