Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

mapping

Map abstractions that compose geometry gridmaps (bounds, resolution, world ↔ grid indexing).

Design pattern

  • Map types hold a GridmapCoordinates (and optional odometry or layer data depending on the implementation).
  • Visualization hooks may delegate to visualization or local drawing helpers.

Extend here when you need named maps with consistent coordinate frames rather than ad hoc NumPy grids.