pyrobosim.utils.general.EntityMetadata
- class pyrobosim.utils.general.EntityMetadata(filename)
Represents metadata about entities, such as locations or objects.
Methods
__init__(filename)Creates metadata from a YAML file.
get(category)Get metadata about a specific category.
has_category(category)Check whether a category name is in the metadata.