Skip to main content

CompositeMapInfo

Message type: map_manager/msg/CompositeMapInfo

Description

Describes a composite map, including its floors and floor transitions.

Fields

FieldTypeDescription
map_idstringMap identifier or destination path.
namestringHuman-readable name.
versionstringMap format version.
created_atbuiltin_interfaces/TimeCreation timestamp.
modified_atbuiltin_interfaces/TimeLast modification timestamp.
origingeometry_msgs/PoseOrigin of the composite-map coordinate frame.
floorsmap_manager/msg/Floor[]List of floors.
transitionsmap_manager/msg/FloorTransition[]List of floor transitions.
root_pathstringRoot directory of the composite-map data.

Usage Example

See the Map Manager API documentation for usage examples.