Skip to content

Commit 099e6f7

Browse files
fix(index): add description in navigation.yml and index.md
1 parent f5b32eb commit 099e6f7

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

_data/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ wiki:
255255
url: /wiki/state-estimation/gps-lacking-state-estimation-sensors/
256256
- title: Using g2o for Pose Graph Optimization in C++
257257
url: /wiki/state-estimation/g2o-pose-graphs/
258+
- title: LIO-SAM with Velocity Undistortion & Dynamic Obstacle Filtering
259+
url: /wiki/state-estimation/lio-sam-velocity-undistortion-and-dynamic-filtering/
258260
- title: Programming
259261
url: /wiki/programming/
260262
children:

wiki/state-estimation/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ The "State Estimation" section provides a comprehensive understanding of how to
6767
- Implementation details for vertices, edges, and solvers.
6868
- Common applications in robotic perception and mapping.
6969

70+
- **[LIO-SAM with Velocity Undistortion & Dynamic Obstacle Filtering](/wiki/state-estimation/lio-sam-velocity-undistortion-and-dynamic-filtering/)**
71+
Provides a practical guide to improving LIO-SAM mapping with velocity-based motion undistortion and post-mapping dynamic obstacle filtering.
72+
- Overview of LiDAR motion distortion and its impact on map quality.
73+
- Integration of vehicle speed for 6-DOF point cloud undistortion.
74+
- Manual dynamic obstacle removal using CloudCompare.
75+
7076
## Resources
7177

7278
- [AMCL ROS Wiki](http://wiki.ros.org/amcl)
@@ -79,4 +85,5 @@ The "State Estimation" section provides a comprehensive understanding of how to
7985
- [Radar-Camera Sensor Fusion Overview](https://radar-camera-fusion-tutorial.com)
8086
- [Costmap2D ROS Package](http://wiki.ros.org/costmap_2d)
8187
- [Visual Servoing Platform (ViSP)](https://visp.inria.fr/)
82-
- [Search-Based Planning Lab (SBPL)](http://sbpl.net/)
88+
- [Search-Based Planning Lab (SBPL)](http://sbpl.net/)
89+
- [Autoware Distortion Corrector](https://autowarefoundation.github.io/autoware_universe/main/sensing/autoware_pointcloud_preprocessor/docs/distortion-corrector/)

0 commit comments

Comments
 (0)