seyfig / 3DMotionPlanning

Udacity Flying Car 3D Motion Planning Project
3 stars 2 forks source link

Got an error while executing rrt.ipynb #1

Open sparshgarg23 opened 5 years ago

sparshgarg23 commented 5 years ago

During the module import,In the planning _utils_graph.py file,there is an import statement related to bresenham,however python is unable to find the module.Could you tell me where is it located. Thanks

seyfig commented 5 years ago

This package: https://pypi.org/project/bresenham/

Version is 0.1 if it is important.