Skip to content

Commit a45215e

Browse files
committed
add code
1 parent e4a971c commit a45215e

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
Python codes for robotics algorithm.
88

9+
910
# Table of Contents
1011
* [What is this?](#what-is-this)
1112
* [Requirements](#requirements)
@@ -48,7 +49,6 @@ Python codes for robotics algorithm.
4849
* [Linear–quadratic regulator (LQR) speed and steering control](#linearquadratic-regulator-lqr-speed-and-steering-control)
4950
* [Model predictive speed and steering control](#model-predictive-speed-and-steering-control)
5051
* [Arm Navigation](#arm-navigation)
51-
* [Two joint arm to point control](#two-joint-arm-to-point-control)
5252
* [N joint arm to point control](#n-joint-arm-to-point-control)
5353
* [Aerial Navigation](#aerial-navigation)
5454
* [drone 3d trajectory following](#drone-3d-trajectory-following)
@@ -471,17 +471,6 @@ Ref:
471471

472472
# Arm Navigation
473473

474-
## Two joint arm to point control
475-
476-
Two joint arm to a point control simulation.
477-
478-
This is a interactive simulation.
479-
480-
You can set the goal position of the end effector with left-click on the ploting area.
481-
482-
![3](https://github.com/AtsushiSakai/PythonRobotics/raw/master/ArmNavigation/two_joint_arm_to_point_control/animation.gif)
483-
484-
485474
## N joint arm to point control
486475

487476
N joint arm to a point control simulation.
@@ -550,3 +539,4 @@ This is a list: [Users comments](https://github.com/AtsushiSakai/PythonRobotics/
550539

551540

552541

542+

0 commit comments

Comments
 (0)