awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
TixiaoShan avatar

TixiaoShan/LIO-SAM

0
View on GitHub↗
4,794 stars·1,505 forks·C++·BSD-3-Clause·34 views

LIO SAM

LIO-SAM is a lidar inertial SLAM framework and tightly-coupled sensor fusion pipeline. It functions as a factor graph optimization engine that combines lidar scans and inertial measurement unit data to build 3D point cloud maps and estimate robot trajectories.

The system integrates global position factors to align local coordinates with real-world data. It employs loop closure detection to identify previously visited locations, creating constraints in the optimization graph to correct accumulated global drift.

The framework covers lidar inertial odometry, point cloud processing, and trajectory optimization. It utilizes sliding-window smoothing for real-time odometry while performing background map optimization and inertial-based point deskewing to correct motion distortion.

The toolset includes utilities to export generated 3D point cloud maps into standard PCD file formats for offline analysis.

Features

  • Tightly-Coupled LiDAR-Inertial Fusion - Fuses raw lidar and IMU data into a single tightly-coupled state estimator for high-precision trajectory tracking.
  • Loop Closure Detection - Identifies previously visited locations to create constraints in the optimization graph and correct global drift.
  • Sliding-Window Smoothing - Maintains a sliding window of recent states for real-time odometry while optimizing the full map in the background.
  • Multi-Modal SLAM Implementations - Implements a multi-modal SLAM system integrating lidar and inertial sensors to build 3D spatial maps.
  • Pose Graph Optimizations - Implements pose graph optimization to minimize sensor drift within the SLAM pipeline.
  • LiDAR-Inertial Odometry Frameworks - Provides a comprehensive framework for lidar-inertial odometry to estimate robot pose and map environments in real time.
  • Robot Localization and Mapping - Refines robot localization and mapping by using loop closure and global coordinates to reduce trajectory drift.
  • Motion Deskewing - Corrects motion distortion in lidar scans by interpolating high-frequency inertial data.
  • Global Position Factors - Integrates GPS coordinates as factors in the optimization graph to align local coordinates with real-world data.
  • Global-Aided Localization - Adds global position factors to the factor graph to align local coordinates with real-world data.
  • Point Cloud Processing - Processes 3D point clouds by correcting motion distortion and preparing spatial maps for analysis.
  • Point Cloud Processors - Provides a toolset for deskewing motion-distorted lidar scans and exporting spatial maps to PCD formats.
  • Global Position Integration - Integrates global position factors into the factor graph to align local coordinates with real-world data.
  • Sliding Window Optimizations - Maintains a fixed-size window of recent states for real-time odometry estimation.
  • SLAM and Odometry - Tightly-coupled LIDAR-inertial odometry using smoothing and mapping.
  • Simultaneous Localization and Mapping - Tightly coupled LiDAR-inertial odometry via smoothing.
  • SLAM and Mapping - Real-time lidar-inertial odometry package for multi-beam sensors.

Star history

Star history chart for tixiaoshan/lio-samStar history chart for tixiaoshan/lio-sam

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with LIO SAM

These projects share indexed features with LIO SAM. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • hku-mars/fast-livo2hku-mars avatar

    hku-mars/FAST-LIVO2

    3,634View on GitHub↗

    FAST-LIVO2 is a LiDAR-inertial odometry framework and factor-graph SLAM implementation designed for real-time robot localization and 3D mapping. It functions as a multi-sensor fusion pipeline and state estimator that integrates LiDAR, inertial, and camera inputs to track a robot's position and orientation. The system employs a tightly-coupled sensor fusion approach to maintain stable navigation, particularly in degraded environments. It utilizes a voxel-based 3D mapping tool to organize point clouds into volumetric grids, which optimizes memory usage and search speed during spatial reconstruc

    C++3d-reconstructioncolored-point-cloudgaussian-splatting
    View on GitHub↗3,634
  • googlecartographer/cartographergooglecartographer avatar

    googlecartographer/cartographer

    7,890View on GitHub↗

    Cartographer is a software library and spatial localization engine for simultaneous localization and mapping. It provides a framework for calculating the precise position and orientation of a device while concurrently generating real-time 2D and 3D representations of its environment using lidar-based data. The system implements a real-time mapping approach that uses live sensor streams to track device heading and position. It utilizes a submap-based mapping strategy to divide environments into local maps that are aligned into a global map. The project covers a range of SLAM capabilities, inc

    C++
    View on GitHub↗7,890
  • introlab/rtabmapintrolab avatar

    introlab/rtabmap

    3,836View on GitHub↗

    This project is a comprehensive library and toolkit for simultaneous localization and mapping, designed to construct three-dimensional environment models while tracking device position. It functions as a robotics perception framework that processes data from RGB-D, stereo, and lidar sensors to enable autonomous navigation and spatial awareness. The system distinguishes itself through its focus on long-term mapping and global consistency. It employs a sophisticated loop-closure detection engine and graph-based pose optimization to identify previously visited locations and eliminate cumulative

    C++
    View on GitHub↗3,836
  • hku-mars/fast_liohku-mars avatar

    hku-mars/FAST_LIO

    4,829View on GitHub↗

    FAST_LIO is a real-time SLAM system and LiDAR-inertial odometry package designed for simultaneous localization and mapping. It functions as a state estimation engine and 3D mapping tool that fuses LiDAR point clouds with inertial measurement unit data to provide robust robot state estimation. The system utilizes a tightly-coupled sensor fusion approach with an iterative Kalman filter to estimate position and orientation. It distinguishes itself through direct point-to-plane matching, which calculates odometry by matching raw lidar points to the map surface without manual geometric feature ext

    C++lidar-odometrylivox-avia-lidar
    View on GitHub↗4,829
Compare all 30 related projects→

Frequently asked questions

What does tixiaoshan/lio-sam do?

LIO-SAM is a lidar inertial SLAM framework and tightly-coupled sensor fusion pipeline. It functions as a factor graph optimization engine that combines lidar scans and inertial measurement unit data to build 3D point cloud maps and estimate robot trajectories.

What are the main features of tixiaoshan/lio-sam?

The main features of tixiaoshan/lio-sam are: Tightly-Coupled LiDAR-Inertial Fusion, Loop Closure Detection, Sliding-Window Smoothing, Multi-Modal SLAM Implementations, Pose Graph Optimizations, LiDAR-Inertial Odometry Frameworks, Robot Localization and Mapping, Motion Deskewing.

Which projects share features with tixiaoshan/lio-sam?

Projects with overlapping indexed features include: hku-mars/fast-livo2 — FAST-LIVO2 is a LiDAR-inertial odometry framework and factor-graph SLAM implementation designed for real-time robot… googlecartographer/cartographer — Cartographer is a software library and spatial localization engine for simultaneous localization and mapping. It… introlab/rtabmap — This project is a comprehensive library and toolkit for simultaneous localization and mapping, designed to construct… hku-mars/fast_lio — FAST_LIO is a real-time SLAM system and LiDAR-inertial odometry package designed for simultaneous localization and… hkust-aerial-robotics/vins-mono — VINS-Mono is a monocular visual-inertial odometry system and loop closure SLAM framework. It functions as a real-time… hkust-aerial-robotics/vins-fusion — VINS-Fusion is a multi-sensor fusion framework and visual-inertial odometry system. It integrates camera images,…