Merge pull request #139 from takayuki5168/master

Fix small string typo with README.md
This commit is contained in:
Atsushi Sakai
2018-12-07 19:17:37 +09:00
committed by GitHub

View File

@@ -46,7 +46,7 @@ Python codes for robotics algorithm.
* [Reeds Shepp planning](#reeds-shepp-planning)
* [LQR based path planning](#lqr-based-path-planning)
* [Optimal Trajectory in a Frenet Frame](#optimal-trajectory-in-a-frenet-frame)
* [Path tracking](#path-tracking)
* [Path Tracking](#path-tracking)
* [move to a pose control](#move-to-a-pose-control)
* [Stanley control](#stanley-control)
* [Rear wheel feedback control](#rear-wheel-feedback-control)
@@ -414,7 +414,7 @@ Ref:
- [Optimal trajectory generation for dynamic street scenarios in a Frenet Frame](https://www.youtube.com/watch?v=Cj6tAQe7UCY)
# Path tracking
# Path Tracking
## move to a pose control