mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 05:47:58 -05:00
add code
This commit is contained in:
14
README.md
14
README.md
@@ -6,6 +6,7 @@
|
||||
|
||||
Python codes for robotics algorithm.
|
||||
|
||||
|
||||
# Table of Contents
|
||||
* [What is this?](#what-is-this)
|
||||
* [Requirements](#requirements)
|
||||
@@ -48,7 +49,6 @@ Python codes for robotics algorithm.
|
||||
* [Linear–quadratic regulator (LQR) speed and steering control](#linearquadratic-regulator-lqr-speed-and-steering-control)
|
||||
* [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)
|
||||
* [Aerial Navigation](#aerial-navigation)
|
||||
* [drone 3d trajectory following](#drone-3d-trajectory-following)
|
||||
@@ -471,17 +471,6 @@ Ref:
|
||||
|
||||
# Arm Navigation
|
||||
|
||||
## Two joint arm to point control
|
||||
|
||||
Two 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.
|
||||
|
||||

|
||||
|
||||
|
||||
## N joint arm to point control
|
||||
|
||||
N joint arm to a point control simulation.
|
||||
@@ -550,3 +539,4 @@ This is a list: [Users comments](https://github.com/AtsushiSakai/PythonRobotics/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user