|
6 | 6 |
|
7 | 7 | Python codes for robotics algorithm. |
8 | 8 |
|
| 9 | + |
9 | 10 | # Table of Contents |
10 | 11 | * [What is this?](#what-is-this) |
11 | 12 | * [Requirements](#requirements) |
@@ -70,6 +71,7 @@ Python codes for robotics algorithm. |
70 | 71 | * [Model predictive speed and steering control](#model-predictive-speed-and-steering-control) |
71 | 72 | * [Arm Navigation](#arm-navigation) |
72 | 73 | * [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) |
73 | 75 | * [License](#license) |
74 | 76 | * [Contribution](#contribution) |
75 | 77 | * [Support](#support) |
@@ -657,7 +659,7 @@ This is a simulation of moving to a pose control |
657 | 659 |
|
658 | 660 | Ref: |
659 | 661 |
|
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) |
661 | 663 |
|
662 | 664 |
|
663 | 665 | ## Pure pursuit tracking |
@@ -742,9 +744,16 @@ You can set the goal position of the end effector with left-click on the ploting |
742 | 744 |
|
743 | 745 |  |
744 | 746 |
|
745 | | -Ref: |
746 | 747 |
|
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 | + |
748 | 757 |
|
749 | 758 |
|
750 | 759 | # License |
@@ -783,3 +792,4 @@ PayPal donation is also welcome. |
783 | 792 |
|
784 | 793 | - [Alexis Paques](https://github.com/AlexisTM) |
785 | 794 |
|
| 795 | + |
0 commit comments