Files
2026-05-28 10:29:58 +07:00

11 lines
243 B
Plaintext
Executable File

# This represents a 2-D grid map, in which each cell represents the probability of
# occupancy.
Header header
#MetaData for the map
nav_msgs/MapMetaData info
# The map data, in row-major order, starting with (0,0). Occupancy
int16[] data