fatal error: nlopt.hpp: No such file or directory
 #include <nlopt.hpp>

 

https://stackoverflow.com/questions/38332974/installing-nloptr-on-linux-fatal-error-nlopt-h-no-such-file-or-directory

 

 

build error:

/xxxxxxx/c_ik/nlopt_ik.hpp:35:21: fatal error: nlopt.hpp: No such file or directory
 #include <nlopt.hpp>

method of fix:

sudo apt-get --reinstall libnlopt-dev 
sudo apt install libnlopt-cxx-dev

libnlopt-dev is not enough .

Logo

更多推荐