Files
PythonRobotics/docs/modules/path_planning/bspline_path/bspline_path_main.rst
Atsushi Sakai d74a91e062 Re-architecture document structure (#669)
* Rearchitecture document structure

* Rearchitecture document structure

* Rearchitecture document structure

* Rearchitecture document structure

* Rearchitecture document structure

* Rearchitecture document structure

* Rearchitecture document structure
2022-05-07 15:21:03 +09:00

15 lines
317 B
ReStructuredText

B-Spline planning
-----------------
.. image:: Figure_1.png
This is a path planning with B-Spline curse.
If you input waypoints, it generates a smooth path with B-Spline curve.
The final course should be on the first and last waypoints.
Ref:
- `B-spline - Wikipedia <https://en.wikipedia.org/wiki/B-spline>`__