pyrobosim.core.locations.ObjectSpawn.__init__

ObjectSpawn.__init__(name: str, category_metadata: dict[str, Any], parent: Entity | None = None)

Creates an object spawn instance.

Parameters:
  • name – Name of the location.

  • category_metadata – Metadata dictionary for the parent category.

  • parent – Parent of the location (typically a pyrobosim.core.locations.Location)