update docs (#589)

* update docs

* update docs
This commit is contained in:
Atsushi Sakai
2021-12-01 23:00:39 +09:00
committed by GitHub
parent 2c077225a7
commit 4d60c3c0b1
32 changed files with 493 additions and 409 deletions

View File

@@ -0,0 +1,13 @@
Cubic spline planning
---------------------
A sample code for cubic path planning.
This code generates a curvature continuous path based on x-y waypoints
with cubic spline.
Heading angle of each point can be also calculated analytically.
.. image:: cubic_spline/Figure_1.png
.. image:: cubic_spline/Figure_2.png
.. image:: cubic_spline/Figure_3.png