mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 22:57:55 -05:00
update README
This commit is contained in:
10
README.md
10
README.md
@@ -5,7 +5,6 @@
|
||||
|
||||
Python codes for robotics algorithm.
|
||||
|
||||
|
||||
# Table of Contents
|
||||
* [Requirements](#requirements)
|
||||
* [How to use](#how-to-use)
|
||||
@@ -16,6 +15,8 @@ Python codes for robotics algorithm.
|
||||
* [Mapping](#mapping)
|
||||
* [Gaussian grid map](#gaussian-grid-map)
|
||||
* [Ray casting grid map](#ray-casting-grid-map)
|
||||
* [SLAM](#slam)
|
||||
* [Iterative Closest Point (ICP) Matching](#iterative-closest-point-icp-matching)
|
||||
* [Path Planning](#path-planning)
|
||||
* [Dynamic Window Approach](#dynamic-window-approach)
|
||||
* [Grid based search](#grid-based-search)
|
||||
@@ -138,8 +139,14 @@ This is a 2D ray casting grid mapping example.
|
||||
|
||||
# SLAM
|
||||
|
||||
Simultaneous Localization and Mapping(SLAM) examples
|
||||
|
||||
## Iterative Closest Point (ICP) Matching
|
||||
|
||||
This is a 2D ICP matching example.
|
||||
|
||||
It can calculate rotation matrix and translation vector between points to points.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -545,3 +552,4 @@ Atsushi Sakai ([@Atsushi_twi](https://twitter.com/Atsushi_twi))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user