zhm-real / PathPlanning

Common used path planning algorithms with animations.
https://github.com/zhm-real/PathPlanning
MIT License
7.83k stars 1.62k forks source link

3D.py errror #14

Open Jiaoyunl opened 3 years ago

Jiaoyunl commented 3 years ago

when I run rrt_3D ,there are some pack lost . likes rrt_3D.env3D and rrt_3D.utils3d

zhm-real commented 3 years ago

3D part is from another contributor, I will email him to check these errors. Maybe several days later, since he is preparing final exams ^_^

391311qy commented 3 years ago

Hi there! Could you please give us some info on what IDE you used? When you run the algorithms, make sure that your terminal dir is at \path-planning-algorithms (Also works in \path-planning-algorithms\Sampling_based_planning and ..\rrt_3D). Using VSCode 1.46.0 as far as I know should not cause any error running.