import os import sys GRID_MAP_LIB = os.path.dirname(os.path.abspath(__file__)) + \ "/../../Mapping/" sys.path.append(GRID_MAP_LIB)