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

Revision history [back]

click to hide/show revision 1
initial version

The issue is solved. Problem was in the point cloud to laser scan node, by adding the ROS time as header stamp solved the issue.

In pointcloud_to_laserscan_nodelet.cpp , the below code is added in the laser scan output part.

output.header.stamp = ros::Time::now();