Wrong command roscd instead of cd

Notebook page 2 - U1-5

Wrong command:

roscd my_dcnn_training_pkg

has to be

cd my_dcnn_training_pkg

ROS doesnt know the location without compile.

1 Like

Thanks for pointing that out. It been corrected already. Its basically that we are not compiling and sourceing the workspace that we create that package in.