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 5
5
6
6
Python codes for robotics algorithm.
7
7
8
-
9
8
# Table of Contents
10
9
* [ Requirements] ( #requirements )
11
10
* [ How to use] ( #how-to-use )
@@ -16,6 +15,8 @@ Python codes for robotics algorithm.
16
15
* [ Mapping] ( #mapping )
17
16
* [ Gaussian grid map] ( #gaussian-grid-map )
18
17
* [ Ray casting grid map] ( #ray-casting-grid-map )
18
+ * [ SLAM] ( #slam )
19
+ * [ Iterative Closest Point (ICP) Matching] ( #iterative-closest-point-icp-matching )
19
20
* [ Path Planning] ( #path-planning )
20
21
* [ Dynamic Window Approach] ( #dynamic-window-approach )
21
22
* [ Grid based search] ( #grid-based-search )
@@ -138,8 +139,14 @@ This is a 2D ray casting grid mapping example.
138
139
139
140
# SLAM
140
141
142
+ Simultaneous Localization and Mapping(SLAM) examples
143
+
141
144
## Iterative Closest Point (ICP) Matching
142
145
146
+ This is a 2D ICP matching example.
147
+
148
+ It can calculate rotation matrix and translation vector between points to points.
149
+
143
150
![ 3] ( https://github.com/AtsushiSakai/PythonRobotics/blob/master/SLAM/iterative_closest_point/animation.gif )
144
151
145
152
@@ -545,3 +552,4 @@ Atsushi Sakai ([@Atsushi_twi](https://twitter.com/Atsushi_twi))
545
552
546
553
547
554
555
+
You can’t perform that action at this time.
0 commit comments