I tired to copy paste the first 3 lines of code in Unit 1, yet it says that the velocity_data.csv file is missing. Does anyone know what I can do to fix this?
For some unknown reason, the content of the ~/catkin_ws/src/dlrepo/dl_exercises/demo.py
file contains an error in the path specified to reach the csv
file.
Please open that file and change line number 8 by the following:
data = pd.read_csv('~/catkin_ws/src/dlrepo/velocity_data.csv',sep=',',header=0)
That should work. We are going to correct that error in the repo, for future students
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.