pyrobosim.core.world.World.get_object_spawns
- World.get_object_spawns(category_list: list[str] | None = None) list[ObjectSpawn]
Gets all object spawn locations, optionally filtered by category.
- Parameters:
category_list – Optional list of categories to filter by.
- Returns:
List of object spawn locations that match the input category list, if specified.