resibots / robdyn

Wrapper around ODE to make dynamic simulators for robots
GNU General Public License v2.0
8 stars 3 forks source link

Install problem of robdyn #8

Open PacKafel opened 6 years ago

PacKafel commented 6 years ago

Hello there, These days I'm trying to implement the Map_elites_hexapods by using the robdyn depencies, but when I tried to install it by using ./waf install and then it stopped with the error: "Could not install the file '/usr/local/include/robdyn/robot/hexapod_wheel.hh'" May I get any suggestions of this?

Aneoshun commented 6 years ago

Hi,

If you try to install it on /usr/local then you will need root access. Did you run "sudo ./waf install"? Maybe that is the reason of your error.

PacKafel commented 6 years ago

Hello, Thanks for your reply, ye I should add sudo before the ./waf install, that's my problem. It has been solved now