Skip to content

Commit 7494ef4

Browse files
authoredApr 14, 2023
Add KISS-ICP
1 parent e3b1507 commit 7494ef4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ to successfully design systems architecture.
618618
* [cuda-pcl](https://github.com/NVIDIA-AI-IOT/cuda-pcl) - Accelerating Lidar for Robotics with NVIDIA CUDA-based PCL.
619619
* [urban_road_filter](https://github.com/jkk-research/urban_road_filter) - Real-time LIDAR-based Urban Road and Sidewalk detection for Autonomous Vehicles.
620620
* [Removert](https://github.com/irapkaist/removert) - Remove then revert. Static map construction in the wild and dynamic points removing tool by constructing a static map.
621+
* [KISS-ICP](https://github.com/PRBonn/kiss-icp) - A LiDAR Odometry pipeline that just works on most of the cases without tunning any parameter.
621622

622623
## Localization and State Estimation
623624
* [evo](https://github.com/MichaelGrupp/evo) - Python package for the evaluation of odometry and SLAM.
@@ -643,6 +644,7 @@ to successfully design systems architecture.
643644

644645
## Simultaneous Localization and Mapping
645646
### Lidar
647+
* [KISS-ICP](https://github.com/PRBonn/kiss-icp) - A LiDAR Odometry pipeline that just works on most of the cases without tunning any parameter.
646648
* [loam_velodyne](https://github.com/laboshinl/loam_velodyne) - Laser Odometry and Mapping (Loam) is a realtime method for state estimation and mapping using a 3D lidar.
647649
* [lio-mapping](https://github.com/hyye/lio-mapping) - Implementation of Tightly Coupled 3D Lidar Inertial Odometry and Mapping (LIO-mapping).
648650
* [A-LOAM](https://github.com/HKUST-Aerial-Robotics/A-LOAM) - Advanced implementation of LOAM.

0 commit comments

Comments
 (0)
Please sign in to comment.