Files
PythonRobotics/docs/modules/path_planning/bspline_path/bspline_path.rst
Atsushi Sakai 4d60c3c0b1 update docs (#589)
* update docs

* update docs
2021-12-01 23:00:39 +09:00

15 lines
330 B
ReStructuredText

B-Spline planning
-----------------
.. image:: bspline_path/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>`__