pyrobosim.core.world.World.get_object_spawns

World.get_object_spawns(category_list=None)

Gets all object spawn locations, optionally filtered by category.

Parameters:

category_list (list[str]) – Optional list of categories to filter by.

Returns:

List of object spawn locations that match the input category list, if specified.

Return type:

list[pyrobosim.core.locations.ObjectSpawn]