pyrobosim.core.world.World.set_metadata

World.set_metadata(locations: Path | list[Path] | None = None, objects: Path | list[Path] | None = None) None

Sets location and object metadata from the specified files.

Parameters:
  • locations – Path(s) to location metadata YAML file(s).

  • objects – Path(s) to object metadata YAML file(s).