multiLayerMap
Description
The multiLayerMap object groups and stores multiple map layers as
        mapLayer, occupancyMap, or binaryOccupancyMap objects.
Once added to this object, map layers can be modified by either using the
        multiLayerMap object functions or by performing actions on individual map
      layers using their object functions or the layer name as input. Any modification to common
      properties on the multiLayerMap object are reflected across all associated
      layers.
Creation
Syntax
Description
map = multiLayerMap
map = multiLayerMap(maps)mapLayer, occupancyMap, or binaryOccupancyMap objects. Objects combined
            into a multilayer map must be defined with the same resolution and cover the same region
            in space, but can represent different categories of information over the shared
            region.
map = multiLayerMap(sourceMap)multiLayerMap
            object.
map = multiLayerMap(___,Name,Value)
For example, multiLayerMap(__,'LocalOriginInWorld',[15 20]) sets
            the local origin to a specific world location.
Input Arguments
Properties
Object Functions
| getLayer | Return individual layers from multilayer map | 
| getMapData | Retrieve data from map layers | 
| grid2local | Convert grid indices to local coordinates | 
| grid2world | Convert grid indices to world coordinates | 
| local2grid | Convert local coordinates to grid indices | 
| local2world | Convert local coordinates to world coordinates | 
| move | Move map in world frame | 
| setMapData | Assign data to map layers | 
| syncWith | Sync map with overlapping map | 
| world2grid | Convert world coordinates to grid indices | 
| world2local | Convert world coordinates to local coordinates | 
Examples
Extended Capabilities
Version History
Introduced in R2021a