We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07aad4 commit a0e752aCopy full SHA for a0e752a
README.md
@@ -143,12 +143,16 @@ Simultaneous Localization and Mapping(SLAM) examples
143
144
## Iterative Closest Point (ICP) Matching
145
146
-This is a 2D ICP matching example.
+This is a 2D ICP matching example with singular value decomposition.
147
148
It can calculate rotation matrix and translation vector between points to points.
149
150

151
152
+Ref:
153
+
154
+- [Introduction to Mobile Robotics: Iterative Closest Point Algorithm](https://cs.gmu.edu/~kosecka/cs685/cs685-icp.pdf)
155
156
157
# Path Planning
158
0 commit comments