Skip to content

Commit 9d1c906

Browse files
committed
fix README
1 parent 3706a18 commit 9d1c906

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Python codes for robotics algorithm.
77

88

99

10+
1011
# Table of Contents
1112
* [What is this?](#what-is-this)
1213
* [Requirements](#requirements)
@@ -69,6 +70,8 @@ Python codes for robotics algorithm.
6970
* [Linear–quadratic regulator (LQR) steering control](#linearquadratic-regulator-lqr-steering-control)
7071
* [Linear–quadratic regulator (LQR) speed and steering control](#linearquadratic-regulator-lqr-speed-and-steering-control)
7172
* [Model predictive speed and steering control](#model-predictive-speed-and-steering-control)
73+
* [Arm Navigation](#arm-navigation)
74+
* [Two joint arm to point control](#two-joint-arm-to-point-control)
7275
* [License](#license)
7376
* [Contribution](#contribution)
7477
* [Support](#support)
@@ -732,7 +735,7 @@ Ref:
732735

733736
## Two joint arm to point control
734737

735-
Two josint arm control simulation to a point.
738+
Two joint arm to a point control simulation.
736739

737740
![3](https://github.com/AtsushiSakai/PythonRobotics/raw/master/ArmNavigation/two_joint_arm_to_point_control/animation.gif)
738741

@@ -776,3 +779,4 @@ PayPal donation is also welcome.
776779

777780

778781

782+

0 commit comments

Comments
 (0)