mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 21:28:33 -05:00
update README
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
Python codes for robotics algorithm.
|
||||
|
||||
|
||||
|
||||
# Table of Contents
|
||||
* [What is this?](#what-is-this)
|
||||
* [Requirements](#requirements)
|
||||
@@ -19,6 +20,7 @@ Python codes for robotics algorithm.
|
||||
* [Gaussian grid map](#gaussian-grid-map)
|
||||
* [Ray casting grid map](#ray-casting-grid-map)
|
||||
* [k-means object clustering](#k-means-object-clustering)
|
||||
* [Object shape recognition using circle fitting](#object-shape-recognition-using-circle-fitting)
|
||||
* [SLAM](#slam)
|
||||
* [Iterative Closest Point (ICP) Matching](#iterative-closest-point-icp-matching)
|
||||
* [EKF SLAM](#ekf-slam)
|
||||
@@ -193,15 +195,15 @@ This is a 2D object clustering with k-means algorithm.
|
||||
|
||||

|
||||
|
||||
## object shape recognition using circle fitting
|
||||
## Object shape recognition using circle fitting
|
||||
|
||||
This is a object shape recoginition using circle fitting.
|
||||
|
||||

|
||||
|
||||
The blue circle is true object circle.
|
||||
The blue circle is the true object shape.
|
||||
|
||||
The red crosses are observations from ranging sensor.
|
||||
The red crosses are observations from a ranging sensor.
|
||||
|
||||
The red circle is the estimated object shape using circle fitting.
|
||||
|
||||
@@ -708,3 +710,4 @@ You can support financially this project via PayPal.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user