TheCodez / dynamic-occupancy-grid-map

Implementation of "A Random Finite Set Approach for Dynamic Occupancy Grid Maps with Real-Time Application"
MIT License
268 stars 39 forks source link

Ego vehicle centered #53

Open TheCodez opened 4 years ago

TheCodez commented 4 years ago

Webp net-gifmaker (6)

@cbachhuber this is what I was talking about in https://github.com/TheCodez/dynamic-occupancy-grid-map/pull/47

cbachhuber commented 4 years ago

Right, thanks for drawing :+1:

I guess implementing this makes sense when the framework is flexible enough to support multiple sensor inputs. Currently, I don't see a large benefit of this. Do you agree with this?

Are you adhering to the priorities assigned to the issues? Now that the end-to-end correctness is proven, my highest priority in this repo is cleaning the architecture. That's at the moment splitting the quite large DOGM-godclass into smaller elements such as the measurement grid generator (your work on #8 and #51). Once that is done, I imagine separating the grid data from the functionality would make sense.

TheCodez commented 4 years ago

Agree, this is actually one of the reasons this still isn't implemented.

Yes, I'll reorder the labels based on the current priorities.