Skip to content

Commit 7282f61

Browse files
committed
add README contents
1 parent 63a476f commit 7282f61

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 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)
@@ -70,6 +71,7 @@ Python codes for robotics algorithm.
7071
* [Model predictive speed and steering control](#model-predictive-speed-and-steering-control)
7172
* [Arm Navigation](#arm-navigation)
7273
* [Two joint arm to point control](#two-joint-arm-to-point-control)
74+
* [N joint arm to point control](#n-joint-arm-to-point-control)
7375
* [License](#license)
7476
* [Contribution](#contribution)
7577
* [Support](#support)
@@ -657,7 +659,7 @@ This is a simulation of moving to a pose control
657659

658660
Ref:
659661

660-
- [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)
662+
- [P. I. Corke, "Robotics, Vision and Control" \| SpringerLink p102](https://link.springer.com/book/10.1007/978-3-642-20144-8)
661663

662664

663665
## Pure pursuit tracking
@@ -742,9 +744,16 @@ You can set the goal position of the end effector with left-click on the ploting
742744

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

745-
Ref:
746747

747-
- [P. I. Corke, "Robotics, Vision and Control" \| SpringerLink p102](https://link.springer.com/book/10.1007/978-3-642-20144-8)
748+
## N joint arm to point control
749+
750+
N joint arm to a point control simulation.
751+
752+
This is a interactive simulation.
753+
754+
You can set the goal position of the end effector with left-click on the ploting area.
755+
756+
![3](https://github.com/AtsushiSakai/PythonRobotics/raw/master/ArmNavigation/n_joint_arm_to_point_control/animation.gif)
748757

749758

750759
# License
@@ -783,3 +792,4 @@ PayPal donation is also welcome.
783792

784793
- [Alexis Paques](https://github.com/AlexisTM)
785794

795+

0 commit comments

Comments
 (0)