- π 2025εΉ΄01ζ23ζ₯: Code released!
- π 2024εΉ΄10ζ01ζ₯: Accepted by T-RO '24!
- π 2024εΉ΄07ζ02ζ₯: Conditionally accepted.
For further inquiries or assistance, please contact zhengcr@connect.hku.hk.
FAST-LIVO2 is an efficient and accurate LiDAR-inertial-visual fusion localization and mapping system, demonstrating significant potential for real-time 3D reconstruction and onboard robotic localization in severely degraded environments.
Developer: Chunran Zheng ιηΊ―ηΆ
Our accompanying video is now available on Bilibili and YouTube.
FAST-LIVO2: Fast, Direct LiDAR-Inertial-Visual Odometry
FAST-LIVO2 on Resource-Constrained Platforms
FAST-LIVO: Fast and Tightly-coupled Sparse-Direct LiDAR-Inertial-Visual Odometry
FAST-Calib: LiDAR-Camera Extrinsic Calibration in One Second
We open-source our handheld device, including CAD files, synchronization scheme, STM32 source code, wiring instructions, and sensor ROS driver. Access these resources at this repository: LIV_handhold.
Our associate dataset FAST-LIVO2-Dataset used for evaluation is also available online.
The FAST-Calib toolkit is recommended. Its output extrinsic parameters can be directly filled into the YAML file.
Ubuntu 18.04~20.04. ROS Installation.
PCL>=1.8, Follow PCL Installation.
Eigen>=3.3.4, Follow Eigen Installation.
OpenCV>=4.2, Follow Opencv Installation.
Sophus Installation for the non-templated/double-only version.
git clone https://github.com/strasdat/Sophus.git cd Sophus git checkout a621ff mkdir build && cd build && cmake .. make sudo make install
Vikit contains camera models, some math and interpolation functions that we need. Vikit is a catkin project, therefore, download it into your catkin workspace source folder.
# Different from the one used in fast-livo1 cd catkin_ws/src git clone https://github.com/xuankuzcr/rpg_vikit.git
Clone the repository and catkin_make:
cd ~/catkin_ws/src
git clone https://github.com/hku-mars/FAST-LIVO2
cd ../
catkin_make
source ~/catkin_ws/devel/setup.bash
Download FAST-LIVO2-Dataset from Global-LVBA Section IV.
roslaunch fast_livo mapping_avia.launch
rosbag play YOUR_DOWNLOADED.bag
The source code of this package is released under the GPLv2 license. For commercial use, please contact me at zhengcr@connect.hku.hk and Prof. Fu Zhang at fuzhang@hku.hk to discuss an alternative license.