赞
踩
文章只为方便安装FAST-LIO
ROS >= Melodic. ROS Installation
PCL >= 1.8
Eigen >= 3.3.4
ubuntu18的ros-melodic,系统预装的eigen版本为3.3.4,PCL版本为1.8.1.所以不需要额外安装。
- #Cmake
- sudo apt install cmake
-
- #Compile Livox SDK
- git clone https://github.com/Livox-SDK/Livox-SDK.git
- cd Livox-SDK
- cd build && cmake ..
- make
- sudo make install
- git clone https://github.com/Livox-SDK/livox_ros_driver.git ws_livox/src
- cd ws_livox
- catkin_make
- source ./devel/setup.sh
3. fast-lio
- mkdir -p FAST_LIO_ws/src
- cd FAST_LIO_ws/src
- git clone https://github.com/hku-mars/FAST_LIO.git
- cd FAST_LIO
- git submodule update --init
- cd ../..
- catkin_make
- source devel/setup.bash
运行:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。