PengYu-Team / Co-LRIO

A ROS2 package of CoLRIO: LiDAR-Ranging-Inertial Centralized State Estimation for Robotic Swarms.
Apache License 2.0
78 stars 7 forks source link
centralized collaborative-slam lidar-ranging-inertial

CoLRIO

A ROS2 package of CoLRIO: LiDAR-Ranging-Inertial Centralized State Estimation for Robotic Swarms.

https://github.com/PengYu-Team/Co-LRIO/assets/41199568/81985d82-983c-4eca-898b-43e8f84e7b45

Prerequisites

Compilation

Build CoLRIO:

  mkdir -p ~/cslam_ws/src
  cd ~/cslam_ws/src
  git clone https://github.com/PengYu-Team/Co-LRIO.git
  cd ../
  colcon build --symlink-install

Run with Dataset

@misc{zhong2024colrio,
      title={CoLRIO: LiDAR-Ranging-Inertial Centralized State Estimation for Robotic Swarms}, 
      author={Shipeng Zhong and Hongbo Chen and Yuhua Qi and Dapeng Feng and Zhiqiang Chen and Jin Wu and Weisong Wen and Ming Liu},
      year={2024},
      eprint={2402.11790},
      archivePrefix={arXiv},
      primaryClass={cs.RO}
}
@article{feng2022s3e,
  title={S3e: A large-scale multimodal dataset for collaborative slam},
  author={Feng, Dapeng and Qi, Yuhua and Zhong, Shipeng and Chen, Zhiqiang and Jiao, Yudu and Chen, Qiming and Jiang, Tao and Chen, Hongbo},
  journal={arXiv preprint arXiv:2210.13723},
  year={2022}
}

Acknowledgement