We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443163b commit dd25413Copy full SHA for dd25413
README.md
@@ -5,8 +5,8 @@
5
6
Python codes for robotics algorithm.
7
8
-# Table of Contents
9
+# Table of Contents
10
* [Requirements](#requirements)
11
* [How to use](#how-to-use)
12
* [Path Planning](#path-planning)
@@ -32,6 +32,7 @@ Python codes for robotics algorithm.
32
* [RRT* with reeds-sheep path](#rrt-with-reeds-sheep-path)
33
* [Closed Loop RRT*](#closed-loop-rrt)
34
* [Cubic spline planning](#cubic-spline-planning)
35
+ * [B-Spline planning](#b-spline-planning)
36
* [Bezier path planning](#bezier-path-planning)
37
* [Quintic polynomials planning](#quintic-polynomials-planning)
38
* [Dubins path planning](#dubins-path-planning)
@@ -458,3 +459,4 @@ MIT
458
459
460
Atsushi Sakai ([@Atsushi_twi](https://twitter.com/Atsushi_twi))
461
462
+
0 commit comments