-
Notifications
You must be signed in to change notification settings - Fork 332
Description
Hey,
I am just trying to run this library in Ubuntu 20.04 but getting the error:
In file included from /usr/local/include/ct/optcon/nloc/NLOCBackendBase.hpp:16, from /usr/local/include/ct/optcon/optcon.h:25, from /home/airlab/Documents/Projects/Cppilqr/src/control-toolbox/ct_models/src/HyQ/codegen/HyQLinearizationCodegen.cpp:6: /usr/local/include/ct/optcon/solver/lqp/HPIPMInterface.hpp:12:10: fatal error: blasfeo_target.h: No such file or directory 12 | #include <blasfeo_target.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated.
I installed the HPIPM and BLASFEO using ./src/control-toolbox/ct/install_hpipm.sh
I checked the CMakeCache.txt in ct_optcon/build, and that points to the correct location of BLASFEO which is blasfeo_DIR:PATH=/opt/blasfeo/cmake
I was curious if this issue is because of my Ubuntu version or just incorrect installation.
I would appreciate the help.