References to ddConsoleApp are outdated
In the new version of director, it's now called directorPython. In addition, import statements referring to ddapp should be changed to director.
Thanks @vtjeng, I guess I don't have newest version of director. This will be good to know when I update
Hi first of all, I appreciate using your such a well-made codes
but I've got one question,
after changing from ddConsoleApp to director, I tried to use jupyter notebook.
then I typed
$ directorPython /usr/local/bin/jupyter notebook
then open it, but I've got an error while I go with "from simulator import Simulator" statement
error is like
_~/gitrepo/Machine-Learning-6.867-homework/project/code/simulator.py in
ImportError: No module named vtkAll_
then I tried to use ipython instead of jupyter but It wasn't even opened then got errors
Is there any good way to solve this problem? Thx :-)
I've also had the exact same issue when trying to run runcar.ipynb. Anyone found a solution or been able to run in 2018?
I've met the same issue with tigerk0430, then I tried to exchange the position of each import and from ... import ... , the same problem came out.
I thought maybe it's caused by haven't catkin_make, then I encounter another problem
and I don't know how to fix it.
Any one help?