vincekurtz / quadruped_drake

Using Drake to Simulate and Control Quadrupedal Robots
Other
29 stars 8 forks source link

libcoinmumps.so.3: cannot open shared object file #3

Closed dvogureckiy99 closed 1 year ago

dvogureckiy99 commented 1 year ago

With trying ./simulate.py I have got:

build/towr/trunk_mpc: error while loading shared libraries: libcoinmumps.so.3: cannot open shared object file: No such file or directory
dvogureckiy99 commented 1 year ago

I changed 58 line of file `planners/towr.py to that my_env["LD_LIBRARY_PATH"] = "/usr/local/lib/" and all started work. Thank you man for your project.