Skip to content

wxpiggy/I-RIKF-LIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I-RIKF-LIO

Personal learning project — similar to Fast-LIO2, based on Eigen library, implementing lidar-inertial odometry using:

  • Iterated Right-Invariant Kalman Filter (IRIKF) — removed due to unstable implementation
  • Iterated Error State Kalman Filter (IESKF, under development)

⚠️ Warning: Bad coding skills. This project is messy. Use with caution.


Comparison Result

Faster LIO I-RIKF
Faster LIO I-RIKF

Map:
Map

Pangolin Viewer:
Pangolin


TODO

  • Add time_unit adaptation for Velodyne
  • Save trajectory and map
  • Implement iterated version of Right-Invariant Kalman Filter
  • Add Pangolin support, remove RViz (RViz optional)
  • Add IKdtree for improved real-time performance (some code cleaning pending)
  • Add loop closure to improve global consistency (branch dev/loop)
  • Add extrinsic estimation (probably not doing this)

Acknowledgments

A big thanks to mengkai98/ieskf_slam for the detailed tutorial and excellent code — this project is built based on his work.

About

implementation of lidar-inertial odometry based on Iterated Right-Invariant Kalman Filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors