Map abstractions that compose geometry gridmaps (bounds, resolution, world ↔ grid indexing).
- Map types hold a
GridmapCoordinates(and optional odometry or layer data depending on the implementation). - Visualization hooks may delegate to
visualizationor local drawing helpers.
Extend here when you need named maps with consistent coordinate frames rather than ad hoc NumPy grids.