Skip to content

Commit 3ee47fd

Browse files
gkueppersbastilam
andauthored
Localization Exercise (#7)
Introducing a new notebook exercise for the localization section. --------- Co-authored-by: Bastian Lampe <bastian.lampe@rwth-aachen.de>
1 parent bffa9b8 commit 3ee47fd

File tree

6 files changed

+631
-0
lines changed

6 files changed

+631
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
venv
22
my_venv
33
__pycache__
4+
.db3
45
.ipynb_checkpoints
56
.idea
67
section_2_sensor_data_processing/tensorflow_datasets

bag/.gitkeep

Whitespace-only changes.

docker/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ papermill
1818
jupyterlab-tour
1919
nodejs
2020
jupyterlab
21+
rosbags
22+
squaternion

index.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"| 5 | Object Detection | Required |[Exercise](section_2_sensor_data_processing/5_object_detection.ipynb) | Available on edX |\n",
4949
"| 6 | Point Cloud Occupancy Grid Mapping | Required |[Exercise](section_2_sensor_data_processing/6_grid_mapping.ipynb) | Available on edX |\n",
5050
"| 7 | Camera-based Semantic Grid Mapping | Required |[Exercise](section_2_sensor_data_processing/7_cam_semantic_grid_mapping.ipynb) | Available on edX |\n",
51+
"| 8 | Localization | Required |[Exercise](section_2_sensor_data_processing/8_localization.ipynb) | Available on edX |\n",
5152
"\n",
5253
"\n",
5354
"\n",

0 commit comments

Comments
 (0)