AtsushiSakai / PythonRobotics

Python sample codes for robotics algorithms.
https://atsushisakai.github.io/PythonRobotics/
Other
23.27k stars 6.54k forks source link

ModuleNotFoundError: No module named 'utils.angle' #750

Closed ddwy closed 1 year ago

ddwy commented 1 year ago

ModuleNotFoundError: No module named 'utils.angle'

AtsushiSakai commented 1 year ago

Thank you for reporting. Which script did you run?

AlessioGrespi commented 1 year ago

I have the same issue, I am trying to run the Dubins path script

shu-qing commented 1 year ago

same issue. sys.path.append(str(pathlib.Path(file).parent.parent.parent)) appends the wrong directory str(pathlib.Path(file).parent.parent.parent returns "."

AtsushiSakai commented 1 year ago

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.