How to convert velodyne_packets to velodyne_points to view in rviz?
I am currently working with the VLP-16 and am having some issues. I have saved our lidar (with external GPS) data into a pcap file using Wireshark.I converted it into a bag file, but am unable to play it in RViz since it only contains velodyne_packets.
So far, I've launched the cloud_nodelet in the velodyne_pointcloud package, but this did not work. It did create a node when I used rostopic list. How can I convert velodyne_packets to velodyne_points in order to view the file in RViz?