gaoxiang12/slam_in_autonomous_driving is a C++ project with 2.6k stars. 《自动驾驶中的SLAM技术》对应开源代码
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
This book systematically introduces readers to inertial navigation, integrated navigation, LiDAR mapping, LiDAR localization, LiDAR-inertial odometry, and related knowledge. This repository contains the source code accompanying the book and is publicly available for use.
The English translation is almost done and is open-source, check it out here: https://github.com/gaoxiang12/slam-in-ad-en/blob/main/sad-en.pdf
Notes
The book began printing on July 10, 2023, and is expected to be available within two weeks. I will update the links to various platforms at that time.
August 9, 2023: The book is currently in its second printing, with some content corrections from the first edition (though without signatures). For details, see the code updates.
Official page from Electronic Industry Publishing House: https://item.jd.com/10080292102089.html
This book likely offers the simplest mathematical derivations and code implementations among similar materials.
In this book, you will reproduce many classic algorithms and data structures in LiDAR SLAM:
You will derive and implement an Error-State Kalman Filter (ESKF), feed it IMU and GNSS data, and observe how it estimates its state.
You will also implement a pre-integration system for the same purpose and compare their performance.
Next, you will implement common algorithms in 2D LiDAR SLAM: scan matching, likelihood fields, submaps, occupancy grids, and use loop closure detection to build larger maps—all by yourself.
In LiDAR SLAM, you will implement a K-d tree for approximate nearest neighbor searches, then use it for ICP and point-to-plane ICP, discussing potential improvements.
You will implement the classic NDT algorithm, test its registration performance, and use it to build a LiDAR odometer—much faster than most existing LOs.
You will also implement a point-to-plane ICP LiDAR odometer, which is similarly fast and works similarly to Loam but simpler.
You will integrate IMU into the LiDAR odometer, implementing both loosely-coupled and tightly-coupled LIO systems, including derivations for iterative Kalman filters and pre-integration graph optimization.
You will adapt the system for offline operation to allow thorough loop closure detection, ultimately creating an offline mapping system.
Finally, you will segment the resulting map for real-time localization.
Most implementations in this book are significantly simpler than those in comparable libraries, making it easier to understand their workings without dealing with complex interfaces.
The book employs convenient concurrent programming, often resulting in more efficient implementations than existing algorithms (partly due to historical reasons).
Each chapter includes dynamic demonstrations like these:
We hope you enjoy the minimalist style of this book and discover the joy of algorithms.
Does gaoxiang12/slam_in_autonomous_driving have a project website?
No homepage URL was recorded for gaoxiang12/slam_in_autonomous_driving in TopGit's last sync. The README tab above frequently contains screenshots and demo links, or check the repository description on GitHub.
How many stars does gaoxiang12/slam_in_autonomous_driving have?
gaoxiang12/slam_in_autonomous_driving has 2.6k GitHub stars — refresh the page for the live number, or check github.com/gaoxiang12/slam_in_autonomous_driving. TopGit mirrors GitHub's count but does not claim minute-by-minute accuracy.
Is gaoxiang12/slam_in_autonomous_driving open source?
TopGit's metadata for gaoxiang12/slam_in_autonomous_driving does not record a license. Most public repositories on GitHub ARE open source, but the exact terms vary — verify by opening the LICENSE file directly.
What is gaoxiang12/slam_in_autonomous_driving?
gaoxiang12/slam_in_autonomous_driving (gaoxiang12/slam_in_autonomous_driving) is a C++ project on GitHub. From the project's own README: 《自动驾驶中的SLAM技术》对应开源代码
Where do I read more about gaoxiang12/slam_in_autonomous_driving?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/gaoxiang12/slam_in_autonomous_driving is the definitive source.
Read full README in the tab above.
Want a second opinion on slam_in_autonomous_driving?
Ask an AI that can read this page — one click and you get its take on slam_in_autonomous_driving.