Skip to content

Commit 8496ff0

Browse files
committed
[L5] Mentioning that the solved exercise is already part of the main lesson
1 parent 709bb77 commit 8496ff0

1 file changed

Lines changed: 15 additions & 10 deletions

File tree

basic_lessons/lesson5_tutorial.ipynb

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,6 @@
7575
"from math import pi, sin, cos"
7676
]
7777
},
78-
{
79-
"cell_type": "markdown",
80-
"metadata": {},
81-
"source": [
82-
"# Suggested exercises\n",
83-
"- Try to modify the code below to calculate the control action for a:\n",
84-
"1. PP robot\n",
85-
"2. RP robot"
86-
]
87-
},
8878
{
8979
"attachments": {
9080
"Lesson4.png": {
@@ -869,6 +859,21 @@
869859
"plt.ylabel(\"$||\\\\tilde{ \\\\bf{x} } (t) ||$\")\n",
870860
"plt.show()"
871861
]
862+
},
863+
{
864+
"metadata": {},
865+
"cell_type": "markdown",
866+
"source": [
867+
"# Exercise\n",
868+
"\n",
869+
"Consider the `PRR` solution above as a solved exercise.\n",
870+
"\n",
871+
"# Suggested exercises\n",
872+
"\n",
873+
"- Try to modify the code below to calculate the control action for a:\n",
874+
"1. `PP` robot\n",
875+
"2. `RP` robot"
876+
]
872877
}
873878
],
874879
"metadata": {

0 commit comments

Comments
 (0)