Skip to content

Commit c7b406c

Browse files
committed
reorder and cut unused
1 parent 621f437 commit c7b406c

36 files changed

+20
-4679
lines changed

2-navigation/00-simulation-primer.ipynb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
"\n",
1414
"Try to complete the following notebooks in the order listed below. Each notebook has an estimated duration.\n",
1515
"\n",
16-
"1. [Simulation Primer](./00-simulation-primer.ipynb) - **10 minutes**\n",
17-
"2. [Localisation](./01-localisation.ipynb) - **30 minutes**\n",
18-
"3. [Mapping](./02-mapping.ipynb) - **30 minutes**\n",
19-
"4. [Path Planning](./03-path-planning.ipynb) - **30 minutes**\n",
20-
"5. [Assignment](./04-nav-assignment.ipynb) - **140 minutes**\n",
16+
"1. [Simulation Primer](./00-simulation-primer.ipynb) - **20 minutes**\n",
17+
"2. [Localisation](./01-localisation.ipynb) - **60 minutes**\n",
18+
"3. [Mapping](./02-mapping.ipynb) - **40 minutes**\n",
19+
"4. [Path Planning](./03-path-planning.ipynb) - **40 minutes**\n",
2120
"\n",
2221
"\n",
2322
"Simulations are a very important tool in robotics. They allow us to test our algorithms in a virtual environment before implementing them on a real robot. This is very useful because it allows us to test our algorithms in a safe environment and to iterate quickly, without having to wait for the robot to be ready or to be repaired after a crash."

2-navigation/03-path-planning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"name": "python",
207207
"nbconvert_exporter": "python",
208208
"pygments_lexer": "ipython3",
209-
"version": "3.1.0"
209+
"version": "3.10.6"
210210
}
211211
},
212212
"nbformat": 4,

3-kinematics/01-intro-gen3lite.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
"\n",
1414
"Try to complete the following notebooks in the order listed below. Each notebook has an estimated duration.\n",
1515
"\n",
16-
"1. [Intro Gen 3 Lite](./01-intro-gen3lite.ipynb) - **Week 09**\n",
17-
"2. [Forward Kinematics](./02-direct-kinematics.ipynb) - **Week 10**\n",
18-
"<!-- 3. [3DoF Joint Control](./03-3dof-Joint-control.ipynb) - **30 minutes**\n",
19-
"4. [Assignment](./04-cartesian-control-assignment.ipynb) - **160 minutes** -->\n",
16+
"1. [Intro Gen 3 Lite](./01-intro-gen3lite.ipynb) - **120 minutes**\n",
17+
"2. [Forward Kinematics](./02-direct-kinematics.ipynb) - **120 minutes**\n",
2018
"\n",
2119
"---\n",
2220
"\n",

3-kinematics/03-3dof-Joint-control.ipynb

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

3-kinematics/04-cartesian-control-assignment.ipynb

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

0 commit comments

Comments
 (0)