Skip to content

Commit a0e752a

Browse files
committed
update README
1 parent b07aad4 commit a0e752a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,16 @@ Simultaneous Localization and Mapping(SLAM) examples
143143

144144
## Iterative Closest Point (ICP) Matching
145145

146-
This is a 2D ICP matching example.
146+
This is a 2D ICP matching example with singular value decomposition.
147147

148148
It can calculate rotation matrix and translation vector between points to points.
149149

150150
![3](https://github.com/AtsushiSakai/PythonRobotics/blob/master/SLAM/iterative_closest_point/animation.gif)
151151

152+
Ref:
153+
154+
- [Introduction to Mobile Robotics: Iterative Closest Point Algorithm](https://cs.gmu.edu/~kosecka/cs685/cs685-icp.pdf)
155+
152156

153157
# Path Planning
154158

0 commit comments

Comments
 (0)