udacity / fcnd-issue-reports

You can use this repository to file issue reports with the Flying Car Nanodegree content.
1 stars 4 forks source link

module named 'utils is not in the folder #356

Closed tjphoton closed 5 years ago

tjphoton commented 6 years ago

Lesson 21 GPS denied navigation lecture 17. Sensor Fusion Exercise:


---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-1-abff0953a57e> in <module>()
      5 import scipy.stats as stats
      6 from bresenham import bresenham
----> 7 from utils import create_grid, inbounds

ModuleNotFoundError: No module named 'utils'
'''
annerajb commented 6 years ago

Yup same issue. (also below it references the file path data/colliders.csv but the path should be colliders.csv

mvirgo commented 5 years ago

Took a year apparently, but have added this file in now.