Skip to content

Commit 0d4b713

Browse files
author
Murilo M. Marinho
committed
Merge branch 'main' of github.com:MarinhoLab/OpenExecutableBooksRobotics
2 parents fbc920a + 4289ac4 commit 0d4b713

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

lesson3_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Forward Kinematics 1\n",
7+
"# Forward Kinematics\n",
88
"\n",
99
"*License: CC-BY-NC-SA 4.0*\n",
1010
"\n",

lesson4_tutorial.ipynb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"*Author: Murilo M. Marinho (murilo.marinho@manchester.ac.uk)*\n",
1212
"\n",
13-
"## Pre-requisites for the leaner\n",
13+
"## Pre-requisites for the learner\n",
1414
"The user of this notebook is expected to have prior knowledge in\n",
1515
"- All the content and pre-requisites of lessons 1, 2, and 3.\n",
1616
"\n",
@@ -168,20 +168,20 @@
168168
"The analytical Jacobian is given by\n",
169169
"\n",
170170
"$$ \\mymatrix{J} = \\left[\\begin{array}{ccc}\n",
171-
" \\frac{\\partial p_{x}}{q_0} & \\frac{\\partial p_{x}}{q_1} \\\\\n",
172-
" \\frac{\\partial p_{y}}{q_0} & \\frac{\\partial p_{y}}{q_1} \\\\\n",
173-
" \\frac{\\partial \\phi_{z}}{q_0} & \\frac{\\partial \\phi_{z}}{q_1} \n",
171+
" \\frac{\\partial p_{x}}{\\partial q_0} & \\frac{\\partial p_{x}}{\\partial q_1} \\\\\n",
172+
" \\frac{\\partial p_{y}}{\\partial q_0} & \\frac{\\partial p_{y}}{\\partial q_1} \\\\\n",
173+
" \\frac{\\partial \\phi_{z}}{\\partial q_0} & \\frac{\\partial \\phi_{z}}{\\partial q_1} \n",
174174
" \\end{array}\\right].$$\n",
175175
"\n",
176176
"As we did in class, we find each element by calculating the partial derivative of the respective task-space value with respect to the configuration-space value\n",
177177
"\n",
178178
"$$\\begin{align}\n",
179-
"\\frac{\\partial p_{x}}{q_0} &= -l_{0}\\sin{q_0} - l_{1}\\sin{(q_0 + q_1)} \\\\\n",
180-
"\\frac{\\partial p_{x}}{q_1} &= -l_{1}\\sin{(q_0 + q_1)} \\\\\n",
181-
"\\frac{\\partial p_{y}}{q_0} &= l_{0}\\cos{q_0} + l_{1}\\cos{(q_0 + q_1)} \\\\\n",
182-
"\\frac{\\partial p_{y}}{q_1} &= l_{1}\\cos{(q_0 + q_1)} \\\\\n",
183-
"\\frac{\\partial \\phi_{z}}{q_0} &= 1 \\\\\n",
184-
"\\frac{\\partial \\phi_{z}}{q_1} &= 1 \n",
179+
"\\frac{\\partial p_{x}}{\\partial q_0} &= -l_{0}\\sin{q_0} - l_{1}\\sin{(q_0 + q_1)} \\\\\n",
180+
"\\frac{\\partial p_{x}}{\\partial q_1} &= -l_{1}\\sin{(q_0 + q_1)} \\\\\n",
181+
"\\frac{\\partial p_{y}}{\\partial q_0} &= l_{0}\\cos{q_0} + l_{1}\\cos{(q_0 + q_1)} \\\\\n",
182+
"\\frac{\\partial p_{y}}{\\partial q_1} &= l_{1}\\cos{(q_0 + q_1)} \\\\\n",
183+
"\\frac{\\partial \\phi_{z}}{\\partial q_0} &= 1 \\\\\n",
184+
"\\frac{\\partial \\phi_{z}}{\\partial q_1} &= 1 \n",
185185
"\\end{align}$$\n",
186186
" \n",
187187
"resulting in\n",

0 commit comments

Comments
 (0)