# R3LIO **Repository Path**: xiaoxinslam/R3LIO ## Basic Information - **Project Name**: R3LIO - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-01 - **Last Updated**: 2026-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

R³LIO: Robust Reflectivity-Assisted Rotating LiDAR-Inertial Odometry for Degenerate Environments

ISPRS JPRS (2026, major revision)


Code

Official implementation of **R³LIO**, a robust and accurate mobile mapping system built upon an iterative error-state Kalman filter (IESKF), targeting a low-cost rotating LiDAR setup (a 16-channel LiDAR actuated by a motor to continuously scan a full FoV). ## Quick Start ### Real Wrold launch Launch the real-robot pipeline with: ```bash roslaunch rigelslam_rot run.launch ``` Test on self-recorded sequences:
“Building“ sequence “IndustrialPark“ sequence
Building Park
“ParkingLot“ sequence “OpenSpace“ sequence
Parking Lot Space
“CampusLoop“ sequence “Curved Tunnel“ sequence
Street Tunnel
### Simulation 1. Start the simulation environment: ```bash roslaunch scout_gazebo test.launch ``` 2. Start the simulated odometry: ```bash roslaunch rigelslam_rot run_sim.launch ``` Test on simulation sequence:
Gazebo simulation environment “SimSq1“ sequence
Building Park
## Dataset The dataset release is currently being organized and will be available soon. - **Self-recorded sequences**: coming soon - **Simulation sequences**: coming soon ## Device Design A rough structural design of the device is shown below.
Device structure
The detailed SolidWorks design files are currently being organized and will be released soon. ## Citation If you find this project useful, please consider citing our paper: ## Acknowledgments Thank the authors of [FAST-LIO2](https://github.com/hku-mars/BEV_LIO) and [Scout Gazebo](https://github.com/ADDA-acx/scout_gazebo.git) for open-sourcing their outstanding works.