Chiyun Noh
·
Wooseong Yang
·
Minwoo Jung
·
Sangwoo Jung
·
Ayoung Kim†
Robust Perception and Mobile Robotics Lab (RPM)
This repository contains the code for GaRLIO: Gravity enhanced Radar-LiDAR-Inertial Odometry, which is accepted by ICRA 2025.
Table of Contents
[24/04/2025]: Full code of GaRLIO released.
[28/01/2025]: GaRLIO is accepted to ICRA 2025.
click to expand
Recently, gravity has been highlighted as a crucial constraint for state estimation to alleviate potential vertical drift. Existing online gravity estimation methods rely on pose estimation combined with IMU measurements, which is considered best practice when direct velocity measurements are unavailable. However, with radar sensors providing direct velocity data—a measurement not yet utilized for gravity estimation—we found a significant opportunity to improve gravity estimation accuracy substantially. GaRLIO, the proposed gravity-enhanced Radar-LiDAR-Inertial Odometry, can robustly predict gravity to reduce vertical drift while simultaneously enhancing state estimation performance using pointwise velocity measurements. Furthermore, GaRLIO ensures robustness in dynamic environments by utilizing radar to remove dynamic objects from LiDAR point clouds. Our method is validated through experiments in various environments prone to vertical drift, demonstrating superior performance compared to traditional LiDAR-Inertial Odometry methods. We make our source code publicly available to encourage further research and development.- Livox_ros_driver : To install livox_ros_driver, please follow the Livox_ros_driver Installation guide.
I tested GaRLIO on two dataset NTU4DRadLM and Snail-Radar.
The code is tested on:
- Linux 20.04 LTS
- ROS Noetic
- PCL version 1.10.0
- Eigen version 3.1.0
To download and compile the package, use the following commands:
cd ~/catkin_ws/src
git clone https://github.com/ChiyunNoh/GaRLIO
cd ..
catkin build
roslaunch garlio xxx.launch
rosbag play xxx.bag
Thanks for Inv-LIO, FAST-LIO, LINS, SR-LIO, REVE and VINS-MONO. Furtheremore, a very big thank you to Pengcheng Shi for his great help in developing the algorithm.
@INPROCEEDINGS { cynoh-2025-icra,
AUTHOR = { Chiyun Noh and Wooseong Yang and Minwoo Jung and Sangwoo Jung and Ayoung Kim },
TITLE = { GaRLIO: Gravity enhanced Radar-LiDAR-Inertial Odometry },
BOOKTITLE = { Proceedings of the IEEE International Conference on Robotics and Automation (ICRA) },
YEAR = { 2025 },
MONTH = { May. },
ADDRESS = { Atlanta },
}
If you have any questions, please contact:
- Chiyun Noh {gch06208@snu.ac.kr}