Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localization Exercise #7

Merged
merged 5 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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