In this report, we will provide a brief overview of our MID-360 Driver configuration process. This primarily involves download and compile the SDK and driver, configuring Ethernet, display point clouds and topics.
View official introduction
https://github.com/Livox-SDK
Livox SDK and Livox_ ROS_ Driver: Drivers for receiving LiDAR data and more,
support Lidar Mid-40, Mid-70, Tele-15, Horizon, Avia.
Livox SDK2 and Livox_ROS_Driver2: Drivers for receiving LiDAR data and controlling lidar,
support Lidar HAP and Mid-360!
So we need to download Livox SDK2 and Livox_ROS_Driver2.
git clone https://github.com/Livox-SDK/Livox-SDK2.git
cd ./Livox-SDK2/
mkdir build
cd build
cmake .. && make -j
sudo make install
Once the compilation is successful, the launch file can be run and the point cloud will be displayed, and the LIDAR data and laser data can be released normally.