OS: Ubuntu 18.04
Lidar: Livox Mid 40
Hello,
im using livox mid 40 which export point cloud to .lvx files or rosbags. I am looking for a way to convert these files to a common pointcloud format like ply, las, laz so i can use it to programs like cloudcompare, meshlab or other. I tried some solutions like rosrun pcl_ros bag_to_pcd <input_file.bag> <output_directory> or cloud_assembler but the first one creates multiple pcds and not a single point cloud (it created one pcd for each frame) and the second one doesn't work (cloud_assembler_try).
Im really confused!!
Any help would be appreciated.