Check locations for free, occupied, or unknown values
returns a matrix of occupancy values by specifying the bottom-left corner
location in world coordinates and the matrix size in meters.occMatrix
= checkOccupancy(map
,bottomLeft
,matSize
)
returns a matrix of occupancy values by specifying the bottom-left corner
location in local coordinates and the matrix size in meters.occMatrix
= checkOccupancy(map
,bottomLeft
,matSize
,'local')
getOccupancy
| occupancyMap
| binaryOccupancyMap
(Robotics System Toolbox)