Migration Faster-LIO to ROS2
- Ubuntu 20.04 LTS
- ROS galactic version
- ROS Jazzy
- glog:
sudo apt-get install libgoogle-glog-dev
- eigen:
sudo apt-get install libeigen3-dev
- pcl:
sudo apt-get install libpcl-dev
- yaml-cpp:
sudo apt-get install libyaml-cpp-dev
- Livox-SDK2
- livox_ros_driver2
cd ~/<work_space>/src
git clone https://github.com/frankgon1627/Faster-LIO-ROS2.git
cd ~/<work_space>
colcon build --symlink-install
source install/local_setup.sh
ros2 launch faster_lio mapping_ouster64.launch.py
Thanks to Faster-LIO for their research