Skip to content

Commit b07aad4

Browse files
committed
update README
1 parent b84a1b1 commit b07aad4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
Python 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+

0 commit comments

Comments
 (0)