import os import sys sys.path.append(os.path.dirname(os.path.abspath(__file__))) sys.path.append(os.path.dirname( os.path.abspath(__file__)) + "/../ReedsSheppPath/") sys.path.append(os.path.dirname( os.path.abspath(__file__)) + "/../RRTStarReedsShepp/")