Skip to content

Commit

Permalink
Localization Exercise (#7)
Browse files Browse the repository at this point in the history
Introducing a new notebook exercise for the localization section.

---------

Co-authored-by: Bastian Lampe <bastian.lampe@rwth-aachen.de>
  • Loading branch information
gkueppers and bastilam authored Oct 16, 2023
1 parent bffa9b8 commit 3ee47fd
Show file tree
Hide file tree
Showing 6 changed files with 631 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
venv
my_venv
__pycache__
.db3
.ipynb_checkpoints
.idea
section_2_sensor_data_processing/tensorflow_datasets
Expand Down
Empty file added bag/.gitkeep
Empty file.
2 changes: 2 additions & 0 deletions docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ papermill
jupyterlab-tour
nodejs
jupyterlab
rosbags
squaternion
1 change: 1 addition & 0 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"| 5 | Object Detection | Required |[Exercise](section_2_sensor_data_processing/5_object_detection.ipynb) | Available on edX |\n",
"| 6 | Point Cloud Occupancy Grid Mapping | Required |[Exercise](section_2_sensor_data_processing/6_grid_mapping.ipynb) | Available on edX |\n",
"| 7 | Camera-based Semantic Grid Mapping | Required |[Exercise](section_2_sensor_data_processing/7_cam_semantic_grid_mapping.ipynb) | Available on edX |\n",
"| 8 | Localization | Required |[Exercise](section_2_sensor_data_processing/8_localization.ipynb) | Available on edX |\n",
"\n",
"\n",
"\n",
Expand Down
Loading

0 comments on commit 3ee47fd

Please sign in to comment.