Make install doesn't install eigen_realtime header. Building a code that includes Dmpbbo fails with _fatal error: eigen_realtime/eigen_realtimecheck.hpp no such file or directory .
Copying the header into /usr/local/include manually solves the problem:
Hi, there is no need to copy and paste the file by hand.
The fix has to be done in the CMakeLists.txt inside the src folder.
I will open a pr for that.
Make install doesn't install eigen_realtime header. Building a code that includes Dmpbbo fails with _fatal error: eigen_realtime/eigen_realtimecheck.hpp no such file or directory .
Copying the header into /usr/local/include manually solves the problem:
System: Ubuntu 16.04