pyrobosim.core.world.World.remove_hallway

World.remove_hallway(hallway: Hallway | str) bool

Removes a hallway between two rooms.

Parameters:

hallway – Hallway object or name to remove.

Returns:

True if the hallway was successfully removed, else False.