mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-02-18 14:14:54 -05:00
update docs
This commit is contained in:
@@ -4,7 +4,22 @@
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"# Inverse Kinematics for a Planar Two-Link Robotic Arm\n",
|
||||
"## Two joint arm to point control\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"This is two joint arm to a point control simulation.\n",
|
||||
"\n",
|
||||
"This is a interactive simulation.\n",
|
||||
"\n",
|
||||
"You can set the goal position of the end effector with left-click on the ploting area.\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"### Inverse Kinematics for a Planar Two-Link Robotic Arm\n",
|
||||
"\n",
|
||||
"A classic problem with robotic arms is getting the end-effector, the mechanism at the end of the arm responsible for manipulating the environment, to where you need it to be. Maybe the end-effector is a gripper and maybe you want to pick up an object and maybe you know where that object is relative to the robot - but you cannot tell the end-effector where to go directly. Instead, you have to determine the joint angles that get the end-effector to where you want it to be. This problem is known as inverse kinematics.\n",
|
||||
"\n",
|
||||
@@ -403,7 +418,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.5.2"
|
||||
"version": "3.6.6"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
||||
Reference in New Issue
Block a user