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

Revision history [back]

This could be a problem with timestamps, try setting this parameter to false (clock documentation)

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

Anyway you should check the laser_scan_matcher documentation to see if there are any other parameters you have to change (for example the topic's name or frame names).
If so, you have to add them into the laser_scan_matcher call. (launch documentation)