Closed efelem closed 5 years ago
The code does not work with dartsim > 6.6
Would need to change dart/gui/Win3D.hpp to dart/gui/glut/Win3D.hpp
To be specific, on line 15 of Window.h change from class Window : public dart::gui::Win3D to class Window : public dart::gui::glut::Win3D
Hello,
Thank you for sharing the project. Very impressed by your results.
Could you help us setting up the code ?
I followed the instruction 1) Installed boost 1.66 2) Installed python dependencies 3) Installed dart (the ubuntu package from here:https://launchpad.net/~dartsim/+archive/ubuntu/ppa, version 6.8.4
After cloning the code and running cmake ../, the compilation goes well until 91%
Here is the end of the output :
Many thanks in advance for the help !