pyrobosim.core.world.World.remove_location

World.remove_location(loc)

Cleanly removes a location from the world.

Parameters:

loc (pyrobosim.core.locations.Location/str) – Location instance of name to remove.

Returns:

True if the location was successfully removed, else False.

Return type:

bool