mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 09:08:01 -05:00
update README
This commit is contained in:
@@ -143,12 +143,16 @@ Simultaneous Localization and Mapping(SLAM) examples
|
||||
|
||||
## Iterative Closest Point (ICP) Matching
|
||||
|
||||
This is a 2D ICP matching example.
|
||||
This is a 2D ICP matching example with singular value decomposition.
|
||||
|
||||
It can calculate rotation matrix and translation vector between points to points.
|
||||
|
||||

|
||||
|
||||
Ref:
|
||||
|
||||
- [Introduction to Mobile Robotics: Iterative Closest Point Algorithm](https://cs.gmu.edu/~kosecka/cs685/cs685-icp.pdf)
|
||||
|
||||
|
||||
# Path Planning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user