pyrobosim.core.world.World.remove_object

World.remove_object(obj)

Cleanly removes an object from the world.

Parameters:

loc (pyrobosim.core.objects.Object/str) – Object instance of name to remove.

Returns:

True if the object was successfully removed, else False.

Return type:

bool