You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**3D Bresenham Algorithm**| draw_bresenham3d_line() with complete 3D implementation |
135
+
|**Occupancy Grid Mapping**| Log-odds updates via update_occupied() and update_free() |
136
+
|**Data Loading API**| Uses dataloader::Dataset as specified |
137
+
|**Open3D Visualization**| visualize() function called with occupied voxels |
138
+
|**Comprehensive Timing**| Average scan time, total time, detailed statistics |
139
+
118
140
## References
119
141
120
142
This project was developed with the help of the following educational resources:
@@ -123,3 +145,102 @@ This project was developed with the help of the following educational resources:
123
145
-**Bresenham's Line Algorithm Coding Tutorial**: A coding tutorial for a 2D implementation of Bresenham's algorithm that was adapted to 3D for this project. [Watch on YouTube](https://youtu.be/CceepU1vIKo).
124
146
-**SLAM Lecture on Occupancy Grid Mapping**: A comprehensive lecture covering the theory behind occupancy grid maps, including the log-odds representation, inverse sensor models, and the static binary Bayes filter, all of which are fundamental concepts for this project. [Watch on YouTube](https://youtu.be/v-Rm9TUG9LA).
0 commit comments