A question about ROS Laser Scan Assembler
I am using single scan sensor_msgs/LaserScan message provided in laser.bag, and I try to use the Laser Scan Assembler to form a bigger point cloud, by it fails in rviz (seems not bring in sensor_msgs/PointCloud message). what are the possible reasons?
links:www.ros.org/wiki/laser_assembler/Tutorials/HowToAssembleLaserScans
Ok, finally, I find I use a wrong simulation time, as the clock section said, we should set /use_sim_time to true before we run the service calling node.