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