mat = occupancyMatrix(map,'ternary')
returns the occupancy status of each grid cell as a matrix. The
OccupiedThreshold and FreeThreshold
properties on the occupancy grid determine the obstacle free cells (0) and
occupied cells (1). Unknown values are returned as –1.
Map representation, specified as a occupancyMap object. This object
represents the environment of the vehicle. 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.
Occupancy grid values, returned as an
h-by-w matrix, where
h and w are defined by the two
elements of the GridSize property of the occupancy grid
object.
Data Types: double
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: United States.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.