Skip to content

Commit 36f948a

Browse files
committed
fix README
1 parent 9ab9319 commit 36f948a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
Python codes for robotics algorithm.
77

88

9+
910
# Table of Contents
1011
* [What is this?](#what-is-this)
1112
* [Requirements](#requirements)
@@ -61,6 +62,7 @@ Python codes for robotics algorithm.
6162
* [LQR based path planning](#lqr-based-path-planning)
6263
* [Optimal Trajectory in a Frenet Frame](#optimal-trajectory-in-a-frenet-frame)
6364
* [Path tracking](#path-tracking)
65+
* [move to a pose control](#move-to-a-pose-control)
6466
* [Pure pursuit tracking](#pure-pursuit-tracking)
6567
* [Stanley control](#stanley-control)
6668
* [Rear wheel feedback control](#rear-wheel-feedback-control)
@@ -651,6 +653,10 @@ This is a simulation of moving to a pose control
651653

652654
![2](https://github.com/AtsushiSakai/PythonRobotics/raw/master/PathTracking/move_to_pose/animation.gif)
653655

656+
Ref:
657+
658+
- [Robotics, Vision and Control \- Fundamental Algorithms In MATLAB® Second, Completely Revised, Extended And Updated Edition \| Peter Corke \| Springer](https://www.springer.com/us/book/9783319544120)
659+
654660

655661
## Pure pursuit tracking
656662

@@ -762,3 +768,4 @@ PayPal donation is also welcome.
762768

763769

764770

771+

0 commit comments

Comments
 (0)