File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 55
66Python codes for robotics algorithm.
77
8-
98# Table of Contents
109 * [ Requirements] ( #requirements )
1110 * [ How to use] ( #how-to-use )
@@ -16,6 +15,8 @@ Python codes for robotics algorithm.
1615 * [ Mapping] ( #mapping )
1716 * [ Gaussian grid map] ( #gaussian-grid-map )
1817 * [ Ray casting grid map] ( #ray-casting-grid-map )
18+ * [ SLAM] ( #slam )
19+ * [ Iterative Closest Point (ICP) Matching] ( #iterative-closest-point-icp-matching )
1920 * [ Path Planning] ( #path-planning )
2021 * [ Dynamic Window Approach] ( #dynamic-window-approach )
2122 * [ Grid based search] ( #grid-based-search )
@@ -138,8 +139,14 @@ This is a 2D ray casting grid mapping example.
138139
139140# SLAM
140141
142+ Simultaneous Localization and Mapping(SLAM) examples
143+
141144## Iterative Closest Point (ICP) Matching
142145
146+ This is a 2D ICP matching example.
147+
148+ It can calculate rotation matrix and translation vector between points to points.
149+
143150![ 3] ( https://github.com/AtsushiSakai/PythonRobotics/blob/master/SLAM/iterative_closest_point/animation.gif )
144151
145152
@@ -545,3 +552,4 @@ Atsushi Sakai ([@Atsushi_twi](https://twitter.com/Atsushi_twi))
545552
546553
547554
555+
You can’t perform that action at this time.
0 commit comments