File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 66
77Python 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
487476N 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+
You can’t perform that action at this time.
0 commit comments