pyrobosim.core.world.World.get_location_by_name

World.get_location_by_name(name: str) Location | None

Gets a location object by its name.

Parameters:

name – Name of location.

Returns:

Location instance matching the input name, or None if not valid.