dynamic-occupancy-grid-map icon indicating copy to clipboard operation
dynamic-occupancy-grid-map copied to clipboard

Implementation of "A Random Finite Set Approach for Dynamic Occupancy Grid Maps with Real-Time Application"

Results 15 dynamic-occupancy-grid-map issues
Sort by recently updated
recently updated
newest added

This changes comes from testing dogm on live robot at field conditions. I tried to roughly group all my changes into several commits. 1) SoA syntax, as you mentioned in...

Based on the work of [ShepelIlya](https://github.com/ShepelIlya) in https://github.com/TheCodez/dynamic-occupancy-grid-map/pull/85

Use Systematic Resampling instead of Multinomial. Parallel implementation: https://ieeexplore.ieee.org/document/8694030

low-priority

Hi, I am building the ros version of dogm, and at the last stage I failed possibly because of some dependencies issues. my error is like follows: /usr/bin/ld: /usr/local/lib/libdogm.a(dogm.cu.o): relocation...

TODO: - [ ] Use PCL - [ ] Cleanup code - [ ] Improve API - [ ] Python KITTI data preparation Example on KITTI LiDAR: ![outputs_step_13](https://user-images.githubusercontent.com/4009589/88582038-588ec700-d04e-11ea-893a-e4eeb6551322.png) Currently on:...

medium-priority

Instead of using the whole OpenGL framework to perform texture mapping to transform from polar to cartesian, just use one CUDA Kernel, which uses the standard formulas for converting from...

low-priority

- [x] Pointer aliasing - [ ] Optimize memory access - [x] Block size tuning - [ ] Intrinsics - [x] Particles AoS to SoA - [ ] Grid Cells...

high-priority

![Webp net-gifmaker (6)](https://user-images.githubusercontent.com/4009589/80920755-27199e80-8d72-11ea-8d2e-4a527cd0ffe5.gif) @cbachhuber this is what I was talking about in https://github.com/TheCodez/dynamic-occupancy-grid-map/pull/47

low-priority