chengwei0427 / ESKF_LIO

IESKF-LIO reference to fast_lio1.0(参考fast-lio早期版本,复现的fast-lio2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Feature extract moudle is implemented based on lio-sam, this moudle support multiple lidar types(such as velodyne,ouster,robosense, livox etc.);
  • laser mapping moudle is implemented base on fast-lio 1.0, Use Eigen matrix instead of IKFom;
  • use ikdtree manage the map;
  • the new laser mapping moudle support multiple lidar types: both traditional spinning lidar (velodyne, ouster, robsense etc.) and solid-state lidar(livox);
  • add online extrinsic calib as fast-lio2
  • add new lidar process moudle, this moudle support process multi-lidar (as one Lidar);
  • add greedy based feature select(reference to M-LOAM);(code upload in a new branck(gfs) 2022-11-23)

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

  • add ivox
  • add extrinsic parameter calibration
  • compare with FAST-LIO2
  • add test video
  • support multi-lidar
  • add greedy base feature select

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

About

IESKF-LIO reference to fast_lio1.0(参考fast-lio早期版本,复现的fast-lio2)


Languages

Language:C++ 97.3%Language:Python 2.0%Language:CMake 0.7%