pyrobosim.core.world.World.get_locations

World.get_locations(category_list: list[str] | None = None) list[Location]

Gets all locations, optionally filtered by category.

Parameters:

category_list – Optional list of categories to filter by.

Returns:

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