How to use laser_assembler correctly
Hello, I am trying to use the laser_assembler node but have had no luck getting it to work. I am using this tutorial on How to assemble laser scan lines into a composite point cloud. I'm reading in the laser scan data provided by ROS which can be found on the same page as the tutorial.
So far I have moved all of the laser_assembler files into there own folder in my ros_workspace. I have also copied the launch file (found on the tutorial page) and placed it within the "Example" folder within the laser_assembler node, making changes to the package name. I then launch the laser_scan_assembler.launch file along wit the periodic_snapshotter file. I then run rosbag play laser.bag and open up Rviz. I subscribe to the correct topic but nothing shows up in Rviz.
Can anyone help he clarify what I'm doing wrong and point me in the right direction?