Video • Install • Paper • Report Issues
EllipseLIO is an Adaptive LiDAR Inertial Odometry Approach with an Ellipsoid Representation
mkdir -p ~/colcon_ws/src
cd ~/colcon_ws/src
git clone git@github.com:v4rl-ucy/ellipselio.git
cd ..
colcon build --packages-select ellipselio --cmake-args -DCMAKE_BUILD_TYPE=Release --symlink-install
source ~/colcon_ws/install/setup.bashros2 launch ellipselio ellipselio_standalone.launch.py config_file:=<config_file_name>
ros2 bag play --clock <imu_rate> <bag_folder> --topics <lidar_topic> <imu_topic>ros2 launch ellipselio ellipselio_standalone.launch.py config_file:=<config_file_name> use_sim_time:=falseIf you use EllipseLIO please cite our preprint on arXiv
@article{border2026ellipselio,
author = {Border, Rowan and Chli, Margarita},
journal = {arXiv},
title = {{EllipseLIO}: Adaptive {LiDAR} Inertial Odometry with an Ellipsoid Representation},
url = {http://arxiv.org/abs/2605.21150},
year = {2026}
}
Many thanks to the authors of FAST-LIO2, IKFoM, and i-Octree for open-sourcing their work, which made the development of EllipseLIO possible.
If you have any questions, please do not hesitate to contact
- Rowan Border ✉️ rborder
dotrobotsatgmaildotcom
