pyrobosim.core.world.World.remove_location

World.remove_location(location: Location | str) bool

Cleanly removes a location from the world.

Parameters:

location – Location instance of name to remove.

Returns:

True if the location was successfully removed, else False.