chengwei0427 / ESKF_LIO

IESKF-LIO reference to fast_lio1.0(参考fast-lio早期版本,复现的fast-lio2)
246 stars 38 forks source link

iESKF-lio

This repository is a modified LiDAR-inertial odometry system. The system is developed based on the open-source odometry framework FAST-LIO to get the odometry information. And the feature extract moudle is implemented based on LIO-SAM .

Modification

DEMO

[update 2022-11-08]

drawing

VIDEO: IESKF-LIO+Greedy based Feature Select

[update 2022-08-05]

drawing drawing

UrbanNav-HK-TST-20210517 test video

drawing

Ouster32 test video

drawing

hkust_20201105full test video

Dependency

Follow the fast_lio

Build

Use the following commands to download and compile the package.

cd ~/${yourdir}/src
git clone https://github.com/chengwei0427/ESKF_LIO.git
cd ..
source devel/setup.bash
catkin_make 

How to run

  1. change the params in config/feat.yaml;
  2. test direct/feature based eskf-lio use run.launch;
  3. test multi-lidar slam use run_multi.launch;

other notes

  1. you cloud test the multi-lidar with the UrbanNavDataset;
  2. the auxiliary lidar only support velodyne current, the primary lidar support multi-type lidars(such as velodyne,ouster,robosense, livox etc.);

TODO

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Author: chengwei zhao
Maintainer: chengwei zhao(960732491@qq.com)
Project Link: ESKF_LIO

Acknowledgments

Thanks for LOAM, FAST_LIO ,LIO_SAM, M-LOAM and UrbanNavDataset.

Star History Chart