hku-mars/fast-livo2

FAST-LIVO2: Fast, Direct LiDAR-Inertial-Visual Odometry

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 48 seconds ago
Added to GitGenius on September 14th, 2026
Created on April 22nd, 2024
Open Issues & Pull Requests: 325 (+0)
GitHub issues: Enabled
Number of forks: 858
Total Stargazers: 4,659 (+0)
Total Subscribers: 94 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 19.5 hours
Mean response time: 10.9 days
90th percentile: 22.7 days
Tracked items: 362

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in three opened in the past year never receives a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 80% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 10% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 303
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 454 days
Stale 30+ days: 296
Stale 90+ days: 277

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Calibration (1)
  • Dataset (1)
  • Mesh (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

FAST-LIVO2 is a LiDAR-inertial-visual odometry system that fuses data from LiDAR, inertial measurement units, and cameras to perform real-time localization and 3D reconstruction.

The system addresses the challenge of accurate robot localization and mapping in degraded environments where individual sensors may fail or perform poorly. It combines direct LiDAR-inertial-visual fusion to achieve both efficiency and accuracy. The approach tightly couples measurements from all three sensor modalities to produce robust odometry estimates and reconstruct 3D scenes, including colored point clouds and mesh representations.

The tool suits roboticists and researchers working on autonomous systems that operate in challenging conditions such as low-light, GPS-denied, or visually featureless environments. It is designed for onboard robotic deployment and real-time performance. The system includes support for Gaussian splatting and NeRF-based reconstruction methods, enabling advanced 3D scene representation beyond traditional point cloud mapping. Users should be aware that the tool requires careful sensor synchronization and calibration; the developers provide open-source hardware designs for a synchronized handheld device and recommend their FAST-Calib toolkit for LiDAR-camera extrinsic calibration.

The project maintains active engagement with the research community through publication in a top-tier robotics journal and provides comprehensive supporting materials including evaluation datasets, hardware designs with CAD files and firmware, and accompanying video demonstrations. Development includes investigation of deployment on resource-constrained platforms, extending the system's applicability beyond high-end computing environments.