mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
add README
This commit is contained in:
@@ -25,6 +25,7 @@ Python sample codes for robotics algorithm.
|
||||
* [Cubic spline planning](#cubic-spline-planning)
|
||||
* [Dubins path planning](#dubins-path-planning)
|
||||
* [Reeds Shepp planning](#reeds-shepp-planning)
|
||||
* [Mix Integer Optimization based model predictive planning and control](#mix-integer-optimization-based-model-predictive-planning-and-control)
|
||||
* [Path tracking](#path-tracking)
|
||||
* [Pure pursuit tracking](#pure-pursuit-tracking)
|
||||
* [Rear wheel feedback control](#rear-wheel-feedback-control)
|
||||
@@ -42,6 +43,8 @@ Python sample codes for robotics algorithm.
|
||||
|
||||
- [pyReedsShepp](https://github.com/ghliu/pyReedsShepp) (Only for reeds sheep path and RRTStarCar_reeds_sheep)
|
||||
|
||||
- [cvxpy](https://cvxgrp.github.io/cvxpy/index.html) (For mix integer optimization based model predictive planning and control)
|
||||
|
||||
# Path Planning
|
||||
|
||||
Path planning algorithm.
|
||||
|
||||
Reference in New Issue
Block a user