OccupancyGrid.msg 291 B

1234567891011
  1. # This represents a 2-D grid map, in which each cell represents the probability of
  2. # occupancy.
  3. Header header
  4. #MetaData for the map
  5. MapMetaData info
  6. # The map data, in row-major order, starting with (0,0). Occupancy
  7. # probabilities are in the range [0,100]. Unknown is -1.
  8. int8[] data