pyrobosim.core.world.World.set_metadata

World.set_metadata(locations=None, objects=None)

Sets location and object metadata from the specified files.

Parameters:
  • locations (str | list[str] | None) – Path(s) to location metadata YAML file(s).

  • objects (str | list[str] | None) – Path(s) to object metadata YAML file(s).