This package developed in ROS is for point cloud processing of a livox360 sensor.
-
The Livox_ros_driver.
-
Armadillo (11.0.1 or higher) This package is used for data lineal inerpolation.
tar -xvf armadillo-11.1.1.tar.xz cd armadillo-11.1.1 mkdir build cd build cmake .. make sudo make install
After that you can clone this repository.
cd ~/catkin_ws/src
git clone https://github.com/EPVelasco/livox_360_processing.git
cd ..
catkin_make
source ~/catkin_ws/devel/setup.bash
~/livox/lidar Input Point Cloud message. (sensor_msgs/PointCloud2)
~/pc_interpoled Output point cloud interpolated. (sensor_msgs/PointCloud2)
roslaunch livox_360_processing interpolated_livox.launch
~/livox/lidar Input Point Cloud message. (livox_ros_driver2/CustomMsg)
~/livox/pointcloud Output point cloud converted. (sensor_msgs/PointCloud2)
rosrun livox_360_processing livox_repub