Migration Faster-LIO to ROS2
Originally Implemented by https://github.com/GangGeon10/Faster-LIO-ROS2
- Ubuntu 20.04 LTS
- ROS galactic version
The code won't work when migrating to ROS Jazzy. Odometry drifts in the very beginning.
- ROS galactic
- 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 (you can ignore steps 6 and 7 by switching to the branch https://github.com/RollingOat/faster-lio-ros2/tree/faster-lio-ros2-ouster)
- livox_ros_driver2
cd ~/<work_space>/src
git clone https://github.com/RollingOat/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