pyrobosim.core.world.World.get_location_by_name

World.get_location_by_name(name)

Gets a location object by its name.

Parameters:

name (str) – Name of location.

Returns:

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

Return type:

pyrobosim.core.locations.Location