2026 MRSD Team E Wiki Entry: LIO-SAM with Velocity Undistortion & Dynamic Obstacle Filtering#252
Open
JoshuaTsai0520 wants to merge 2 commits intoRoboticsKnowledgebase:masterfrom
Open
2026 MRSD Team E Wiki Entry: LIO-SAM with Velocity Undistortion & Dynamic Obstacle Filtering#252JoshuaTsai0520 wants to merge 2 commits intoRoboticsKnowledgebase:masterfrom
JoshuaTsai0520 wants to merge 2 commits intoRoboticsKnowledgebase:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds a new state estimation resource to the robotics wiki, focused on improving LIO-SAM mapping quality through velocity-based motion undistortion and dynamic obstacle filtering. The main changes include a practical guide explaining LiDAR motion distortion, 6-DOF distortion correction using vehicle speed information, post-mapping dynamic obstacle removal, and future improvements for more robust map generation.
New LIO-SAM Mapping Resource:
Added a new page, lio-sam-velocity-undistortion-and-dynamic-filtering.md, providing a practical guide to LIO-SAM mapping improvements. The article introduces LIO-SAM, explains LiDAR motion distortion, describes how vehicle speed information can be used for 6-DOF point cloud undistortion, and presents mapping results before and after distortion correction.
Dynamic Obstacle Filtering Workflow:
Included a post-mapping dynamic obstacle filtering workflow using CloudCompare. The guide explains how to manually segment and remove dynamic obstacles and outliers from a LIO-SAM-generated point cloud map, then merge static map segments into a cleaner final map.
Documentation and Navigation Updates:
Added “LIO-SAM with Velocity Undistortion & Dynamic Obstacle Filtering” to the state estimation section of the wiki navigation (_data/navigation.yml).
Included the new LIO-SAM guide in the list of state estimation resources on wiki/state-estimation/index.md, with a short summary of its contents.