You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@prem-chand It seems that I have found a solution.
Find location of file IpIpoptApplication.hpp (in my case it is ''/usr/local/include/coin-or")
Go to file "CASSIE_CFROST/Cassie_Example/opt_two_step/periodic/c_code/CMakeLists.txt"
and change in line 6 path '‘/usr/local/include/coin’ to your (mine: ''/usr/local/include/coin-or")
Repeat again
cd ~/Cassie_CFROST/Cassie_Example/opt_two_step/periodic/c_code
mkdir build
cd build
cmake ..
make
fatal error: IpIpoptApplication.hpp: No such file or directory
5 | #include "IpIpoptApplication.hpp"
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered: