Skip to content

Convert livox CustoMsg format to pointcloud2 format and show it in rviz

Notifications You must be signed in to change notification settings

Shidabot/livox_repub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

livox_repub

Overview

There are two types of point cloud topics sent by the livox LiDAR. One is the CustomMsg format customized by Livox, and the other is the pointcloud2 format converted from the CustomMsg format. You can refer to configuration instructions .

This code converts the CustomMsg format point cloud into pointcloud2 format and displays it in rviz.

Compiling

Compile using the catkin_tools package via:

mkdir -p livox_repub/src
cd livox_repub/src
git clone https://github.com/Shidabot/livox_repub.git
cd ..
catkin_make

Execution

After compiling, source the workspace and execute via:

roslaunch livox_repub run.launch
rosbag play your.bag

Result

image

About

Convert livox CustoMsg format to pointcloud2 format and show it in rviz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published