Skip to content

Commit dd25413

Browse files
committed
update README
1 parent 443163b commit dd25413

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
Python codes for robotics algorithm.
77

8-
# Table of Contents
98

9+
# Table of Contents
1010
* [Requirements](#requirements)
1111
* [How to use](#how-to-use)
1212
* [Path Planning](#path-planning)
@@ -32,6 +32,7 @@ Python codes for robotics algorithm.
3232
* [RRT* with reeds-sheep path](#rrt-with-reeds-sheep-path)
3333
* [Closed Loop RRT*](#closed-loop-rrt)
3434
* [Cubic spline planning](#cubic-spline-planning)
35+
* [B-Spline planning](#b-spline-planning)
3536
* [Bezier path planning](#bezier-path-planning)
3637
* [Quintic polynomials planning](#quintic-polynomials-planning)
3738
* [Dubins path planning](#dubins-path-planning)
@@ -458,3 +459,4 @@ MIT
458459

459460
Atsushi Sakai ([@Atsushi_twi](https://twitter.com/Atsushi_twi))
460461

462+

0 commit comments

Comments
 (0)