tue-robotics / wire

BSD 2-Clause "Simplified" License
21 stars 15 forks source link

correct include path of PDF.h #1

Closed MatthijsBurgh closed 6 years ago

MatthijsBurgh commented 6 years ago

Computer builds, travis doesn't build

In file included from /home/amigo/ros/kinetic/system/src/problib/src/pdfs/Uniform.cpp:38:0:
/home/amigo/ros/kinetic/system/src/problib/include/problib/conversions.h:40:25: fatal error: problib/PDF.h: No such file or directory
compilation terminated.

PDF.h is located at include/problib/pdfs/PDF.h

MatthijsBurgh commented 6 years ago

Sorry, this is correct. It is looking for the msg generated header file.