pyrobosim.core.world.World.get_objects

World.get_objects(category_list=None)

Gets all objects in the world, optionally filtered by category.

Parameters:

name (str) – Name of location.

Returns:

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

Return type:

list[pyrobosim.core.objects.Object]