Closed ddwy closed 1 year ago
Thank you for reporting. Which script did you run?
I have the same issue, I am trying to run the Dubins path script
same issue. sys.path.append(str(pathlib.Path(file).parent.parent.parent)) appends the wrong directory str(pathlib.Path(file).parent.parent.parent returns "."
I cannot reproduce this issue. I'm not sure why str(pathlib.Path(file).parent.parent.parent
returns ".". This should return PythonRobotics top directory path. More detailed information is needed.
ModuleNotFoundError: No module named 'utils.angle'