Package that converts npy files into ROS pointclouds that can be used for processing and visualisation
- Clone the repository in the
srcfolder of yourcatkin_wsand runcatkin_make - Source the workspace by running
source devel/setup.bashin at the top of the workspace
- Edit the launch file to include the directory containing your npy file names and a txt file with the name of all the npy files
- Run
roslaunch npy_visualizer lidar_viz.launchorroslaunch src/npy_visualizer/launch/lidar_viz.launch
Note: The pointclouds are published with the frame id lidar_link which can be changed in the npy_visualize.py script