8000 GitHub - wooseongY/GaRLIO: GaRLIO: Gravity enhanced Radar-LiDAR-Inertial Odometry [ICRA 2025]
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wooseongY/GaRLIO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌏 GaRLIO: Gravity enhanced Radar-LiDAR-Inertial Odometry [ICRA 2025]

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
  1. Abstract
  2. Prerequisites
  3. Dataset
  4. Build
  5. Launch
  6. Acknowledgements
  7. Citation
  8. Contact

Update

[24/04/2025]: Full code of GaRLIO released.

[28/01/2025]: GaRLIO is accepted to ICRA 2025.

Abstract

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.

Prerequisites

Dataset

I tested GaRLIO on two dataset NTU4DRadLM and Snail-Radar.

Build

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

Launch

roslaunch garlio xxx.launch
rosbag play xxx.bag 

Acknowledgments

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.

Citation

@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 },
}

Contact

If you have any questions, please contact:

About

GaRLIO: Gravity enhanced Radar-LiDAR-Inertial Odometry [ICRA 2025]

Resources

License

Stars

Watchers

< 3C76 a href="/wooseongY/GaRLIO/watchers" data-view-component="true" class="Link Link--muted"> 0 watching

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.3%
  • CMake 0.7%
0