Skip to content

Commit 7f96a82

Browse files
author
Murilo M. Marinho
committed
[lesson2] Removed a mistaken import statement.
1 parent 61f8a6a commit 7f96a82

1 file changed

Lines changed: 12 additions & 18 deletions

File tree

lesson2_tutorial.ipynb

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
{
5959
"cell_type": "code",
60-
"execution_count": 222,
60+
"execution_count": 239,
6161
"metadata": {},
6262
"outputs": [],
6363
"source": [
@@ -75,7 +75,7 @@
7575
},
7676
{
7777
"cell_type": "code",
78-
"execution_count": 223,
78+
"execution_count": 240,
7979
"metadata": {},
8080
"outputs": [],
8181
"source": [
@@ -126,7 +126,7 @@
126126
},
127127
{
128128
"cell_type": "code",
129-
"execution_count": 224,
129+
"execution_count": 241,
130130
"metadata": {
131131
"trusted": true
132132
},
@@ -165,7 +165,7 @@
165165
},
166166
{
167167
"cell_type": "code",
168-
"execution_count": 225,
168+
"execution_count": 242,
169169
"metadata": {
170170
"trusted": true
171171
},
@@ -205,7 +205,7 @@
205205
},
206206
{
207207
"cell_type": "code",
208-
"execution_count": 226,
208+
"execution_count": 243,
209209
"metadata": {
210210
"trusted": true
211211
},
@@ -256,7 +256,7 @@
256256
},
257257
{
258258
"cell_type": "code",
259-
"execution_count": 227,
259+
"execution_count": 244,
260260
"metadata": {
261261
"trusted": true
262262
},
@@ -297,7 +297,7 @@
297297
},
298298
{
299299
"cell_type": "code",
300-
"execution_count": 228,
300+
"execution_count": 245,
301301
"metadata": {
302302
"trusted": true
303303
},
@@ -365,7 +365,7 @@
365365
},
366366
{
367367
"cell_type": "code",
368-
"execution_count": 229,
368+
"execution_count": 246,
369369
"metadata": {
370370
"trusted": true
371371
},
@@ -424,7 +424,7 @@
424424
},
425425
{
426426
"cell_type": "code",
427-
"execution_count": 230,
427+
"execution_count": 247,
428428
"metadata": {
429429
"trusted": true
430430
},
@@ -470,7 +470,7 @@
470470
},
471471
{
472472
"cell_type": "code",
473-
"execution_count": 231,
473+
"execution_count": 248,
474474
"metadata": {
475475
"trusted": true
476476
},
@@ -526,7 +526,7 @@
526526
"name": "stdout",
527527
"output_type": "stream",
528528
"text": [
529-
"The results are far.\n"
529+
"The results are far, therefore the operation is not commutative\n"
530530
]
531531
},
532532
{
@@ -540,12 +540,6 @@
540540
}
541541
],
542542
"source": [
543-
"import spatialmath as sm\n",
544-
"import matplotlib.pyplot as plt\n",
545-
"from math import pi\n",
546-
"\n",
547-
"fig = plt.figure() \n",
548-
"\n",
549543
"# An SE(3) translation\n",
550544
"x = 1\n",
551545
"y = 2\n",
@@ -593,7 +587,7 @@
593587
},
594588
{
595589
"cell_type": "code",
596-
"execution_count": 238,
590+
"execution_count": 250,
597591
"metadata": {
598592
"trusted": true
599593
},

0 commit comments

Comments
 (0)