Map representation, specified as a occupancyMap object. This object
represents the environment of the sensor. The object contains a matrix grid
with values representing the probability of the occupancy of that cell.
Values close to 1 represent a high probability that the cell contains an
obstacle. Values close to 0 represent a high probability that the cell is
not occupied and obstacle free.
xy — World coordinates n-by-2 matrix
World coordinates, specified as an n-by-2 matrix of
[xy] pairs, where n is the
number of world coordinates.
Grid indices, returned as an n-by-2 matrix of
[ij] pairs in
[rowcol] format, where n is
the number of grid positions. The grid cell locations are counted from the
top left corner of the grid.