Livox Mid360 Driver Installation and Network Configuration
Installing Livox-SDK2 Create a workspace directory for the Livox components: mkdir -p ~/livox_ws/src cd ~/livox_ws/src Clone and build the Livox-SDK2 repository: git clone https://github.com/Livox-SDK/Livox-SDK2.git cd Livox-SDK2 mkdir build cd build cmake .. && make -j8 sudo make install Du...