mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
* Rearchitecture document structure * Rearchitecture document structure * Rearchitecture document structure * Rearchitecture document structure * Rearchitecture document structure * Rearchitecture document structure * Rearchitecture document structure
21 lines
467 B
ReStructuredText
21 lines
467 B
ReStructuredText
Bezier path planning
|
|
--------------------
|
|
|
|
A sample code of Bezier path planning.
|
|
|
|
It is based on 4 control points Beizer path.
|
|
|
|
.. image:: Figure_1.png
|
|
|
|
If you change the offset distance from start and end point,
|
|
|
|
You can get different Beizer course:
|
|
|
|
.. image:: Figure_2.png
|
|
|
|
Ref:
|
|
|
|
- `Continuous Curvature Path Generation Based on Bezier Curves for
|
|
Autonomous
|
|
Vehicles <http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.294.6438&rep=rep1&type=pdf>`__
|