mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
13
docs/modules/path_planning/cubic_spline/cubic_spline.rst
Normal file
13
docs/modules/path_planning/cubic_spline/cubic_spline.rst
Normal 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
|
||||
Reference in New Issue
Block a user