Skip to content

Commit cebb082

Browse files
author
Murilo M. Marinho
committed
[lesson2] Removing most mentions of .
1 parent e54e6bf commit cebb082

4 files changed

Lines changed: 221 additions & 602 deletions

File tree

cheat_sheet.ipynb

Lines changed: 0 additions & 329 deletions
This file was deleted.

legacy/spatialmath/lesson3_tutorial.ipynb

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,16 @@
8080
"from math import pi, sin, cos"
8181
]
8282
},
83+
{
84+
"cell_type": "markdown",
85+
"metadata": {},
86+
"source": [
87+
"# Suggested exercises\n",
88+
"1. What about an RRR robot?\n",
89+
"2. What about if the robot had `n` degrees-of-freedom? \n",
90+
"3. What if the robot is RP, that is, has a prismatic joint?"
91+
]
92+
},
8393
{
8494
"attachments": {
8595
"4A.png": {
@@ -475,19 +485,6 @@
475485
"else:\n",
476486
" raise Exception(\"The numpy and spatialmath results are not the same for H_A2\")"
477487
]
478-
},
479-
{
480-
"cell_type": "markdown",
481-
"metadata": {},
482-
"source": [
483-
"\n",
484-
"\n",
485-
"# Further study\n",
486-
"\n",
487-
"1. What about if the robot had 3 degrees-of-freedom, that is RRR?\n",
488-
"2. What about if the robot had n degrees-of-freedom? Would it be much more complicated to solve?\n",
489-
"3. What if the robot has one or more prismatic joints?"
490-
]
491488
}
492489
],
493490
"metadata": {

0 commit comments

Comments
 (0)