personalrobotics / comps

Fork of the Constrained Manipulation Planning Suite (CoMPS) by Dmitry Berenson
4 stars 7 forks source link

Tests can't find OpenRAVE headers #3

Closed mkoval closed 9 years ago

mkoval commented 9 years ago

I got this error in pr-cleanroom:

/src/comps/cbirrt2/test/test_params.cpp:7:31: fatal error: openrave/openrave.h: No such file or directory
 #include <openrave/openrave.h>
                               ^
compilation terminated.
/src/comps/cbirrt2/test/test_wam7_unconstrained.cpp:7:31: fatal error: openrave/openrave.h: No such file or directory
 #include <openrave/openrave.h>
                               ^
compilation terminated.
/src/comps/cbirrt2/test/test_wam7_constrained.cpp:7:31: fatal error: openrave/openrave.h: No such file or directory
 #include <openrave/openrave.h>
                               ^
compilation terminated.
mkoval commented 9 years ago

@cdellin Could you take a look at this?

cdellin commented 9 years ago

Will do! I'm sure it's just that catkin.cmake doesn't have the necessary include_directories() line, because openrave_catkin silently includes it itself for some reason (-:

cdellin commented 9 years ago

See #4.