MapMetaData.msg 374 B

12345678910111213
  1. # This hold basic information about the characterists of the OccupancyGrid
  2. # The time at which the map was loaded
  3. time map_load_time
  4. # The map resolution [m/cell]
  5. float32 resolution
  6. # Map width [cells]
  7. uint32 width
  8. # Map height [cells]
  9. uint32 height
  10. # The origin of the map [m, m, rad]. This is the real-world pose of the
  11. # cell (0,0) in the map.
  12. geometry_msgs/Pose origin