resibots / blackdrops

Code for the Black-DROPS algorithm: "Black-Box Data-efficient Policy Search for Robotics", IROS 2017/ICRA 2018
Other
64 stars 22 forks source link

problems in compile.sh #16

Open fromWRF opened 4 years ago

fromWRF commented 4 years ago

when I run the compile.sh, problems genearated as following:

In file included from ../exp/blackdrops/src/tutorials/dart_reacher2d.cpp:66:0: ../exp/blackdrops/include/blackdrops/system/dart_system.hpp:69:10: fatal error: robot_dart/graphics/graphics.hpp: No such file or directory

include <robot_dart/graphics/graphics.hpp>

      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

compilation terminated.

...

Waf: Leaving directory `/home/wrf/Documents/Code_robotics/blackdrops-master/deps/limbo/build' Build failed -> task in 'dart_reacher2d_graphic' failed with exit status 1 (run with -v to display more information) -> task in 'dart_reacher2d_simu' failed with exit status 1 (run with -v to display more information)

costashatz commented 4 years ago

In file included from ../exp/blackdrops/src/tutorials/dart_reacher2d.cpp:66:0: ../exp/blackdrops/include/blackdrops/system/dart_system.hpp:69:10: fatal error: robot_dart/graphics/graphics.hpp: No such file or directory

include <robot_dart/graphics/graphics.hpp>

^~~~~~~~~~ compilation terminated.

How did you install robot_dart?

Did you configure correctly before?