mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 01:28:23 -05:00
add README contents
This commit is contained in:
16
README.md
16
README.md
@@ -6,6 +6,7 @@
|
||||
|
||||
Python codes for robotics algorithm.
|
||||
|
||||
|
||||
# Table of Contents
|
||||
* [What is this?](#what-is-this)
|
||||
* [Requirements](#requirements)
|
||||
@@ -70,6 +71,7 @@ Python codes for robotics algorithm.
|
||||
* [Model predictive speed and steering control](#model-predictive-speed-and-steering-control)
|
||||
* [Arm Navigation](#arm-navigation)
|
||||
* [Two joint arm to point control](#two-joint-arm-to-point-control)
|
||||
* [N joint arm to point control](#n-joint-arm-to-point-control)
|
||||
* [License](#license)
|
||||
* [Contribution](#contribution)
|
||||
* [Support](#support)
|
||||
@@ -657,7 +659,7 @@ This is a simulation of moving to a pose control
|
||||
|
||||
Ref:
|
||||
|
||||
- [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)
|
||||
- [P. I. Corke, "Robotics, Vision and Control" \| SpringerLink p102](https://link.springer.com/book/10.1007/978-3-642-20144-8)
|
||||
|
||||
|
||||
## Pure pursuit tracking
|
||||
@@ -742,9 +744,16 @@ You can set the goal position of the end effector with left-click on the ploting
|
||||
|
||||

|
||||
|
||||
Ref:
|
||||
|
||||
- [P. I. Corke, "Robotics, Vision and Control" \| SpringerLink p102](https://link.springer.com/book/10.1007/978-3-642-20144-8)
|
||||
## N joint arm to point control
|
||||
|
||||
N joint arm to a point control simulation.
|
||||
|
||||
This is a interactive simulation.
|
||||
|
||||
You can set the goal position of the end effector with left-click on the ploting area.
|
||||
|
||||

|
||||
|
||||
|
||||
# License
|
||||
@@ -783,3 +792,4 @@ PayPal donation is also welcome.
|
||||
|
||||
- [Alexis Paques](https://github.com/AlexisTM)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user