pyrobosim.core.world.World.remove_hallway

World.remove_hallway(hallway)

Removes a hallway between two rooms.

Parameters:

hallway (pyrobosim.core.hallway.Hallway) – Hallway object remove.

Returns:

True if the hallway was successfully removed, else False.

Return type:

bool