Skip to content

Commit 9b8f2bd

Browse files
committed
fix typo
1 parent 33d62af commit 9b8f2bd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
Python codes for robotics algorithm.
1414

15-
1615
# Table of Contents
1716
* [What is this?](#what-is-this)
1817
* [Requirements](#requirements)
@@ -45,7 +44,7 @@ Python codes for robotics algorithm.
4544
* [Probabilistic Road-Map (PRM) planning](#probabilistic-road-map-prm-planning)
4645
* [Rapidly-Exploring Random Trees (RRT)](#rapidly-exploring-random-trees-rrt)
4746
* [RRT*](#rrt)
48-
* [RRT* with reeds-sheep path](#rrt-with-reeds-sheep-path)
47+
* [RRT* with reeds-shepp path](#rrt-with-reeds-shepp-path)
4948
* [LQR-RRT*](#lqr-rrt)
5049
* [Quintic polynomials planning](#quintic-polynomials-planning)
5150
* [Reeds Shepp planning](#reeds-shepp-planning)
@@ -69,6 +68,7 @@ Python codes for robotics algorithm.
6968
* [License](#license)
7069
* [Use-case](#use-case)
7170
* [Contribution](#contribution)
71+
* [Citing](#citing)
7272
* [Support](#support)
7373
* [Authors](#authors)
7474

@@ -360,11 +360,11 @@ Ref:
360360

361361
- [Sampling-based Algorithms for Optimal Motion Planning](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.419.5503&rep=rep1&type=pdf)
362362

363-
### RRT\* with reeds-sheep path
363+
### RRT\* with reeds-shepp path
364364

365365
![Robotics/animation.gif at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathPlanning/RRTStarReedsShepp/animation.gif))
366366

367-
Path planning for a car robot with RRT\* and reeds sheep path planner.
367+
Path planning for a car robot with RRT\* and reeds shepp path planner.
368368

369369
### LQR-RRT\*
370370

@@ -622,3 +622,4 @@ This is a list: [Users comments](https://github.com/AtsushiSakai/PythonRobotics/
622622

623623

624624

625+

0 commit comments

Comments
 (0)