pyrobosim.core.world.World.remove_room

World.remove_room(room_name)

Removes a room from the world by name.

Parameters:

room_name (str) – Name of room to remove.

Returns:

True if the room was successfully removed, else False.

Return type:

bool