pyrobosim.core.world.World.get_objects
- World.get_objects(category_list: list[str] | None = None) list[Object]
Gets all objects in the world, optionally filtered by category.
- Parameters:
name – Name of location.
category_list – Optional list of category names to filter by.
- Returns:
List of object that match the input category list, if specified.