Skip to content

Commit 1c10aaa

Browse files
committed
update README
1 parent b1347be commit 1c10aaa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
Python codes for robotics algorithm.
77

8+
89
# Table of Contents
910
* [What is this?](#what-is-this)
1011
* [Requirements](#requirements)
@@ -52,6 +53,7 @@ Python codes for robotics algorithm.
5253
* [LQR-RRT*](#lqr-rrt)
5354
* [Cubic spline planning](#cubic-spline-planning)
5455
* [B-Spline planning](#b-spline-planning)
56+
* [Eta^3 Spline path planning](#eta3-spline-path-planning)
5557
* [Bezier path planning](#bezier-path-planning)
5658
* [Quintic polynomials planning](#quintic-polynomials-planning)
5759
* [Dubins path planning](#dubins-path-planning)
@@ -552,6 +554,8 @@ Ref:
552554

553555
![eta3](https://github.com/AtsushiSakai/PythonRobotics/raw/master/PathPlanning/Eta3SplinePath/animation.gif?raw=True)
554556

557+
This is a path planning with Eta^3 spline.
558+
555559
Ref:
556560

557561
- [\eta^3-Splines for the Smooth Path Generation of Wheeled Mobile Robots](https://ieeexplore.ieee.org/document/4339545/)
@@ -755,3 +759,4 @@ PayPal donation is also welcome.
755759
- [Alexis Paques](https://github.com/AlexisTM)
756760

757761

762+

0 commit comments

Comments
 (0)