start-jsk / rtmros_common

OpenRTM - ROS interoperability packages
http://wiki.ros.org/rtmros_common
12 stars 52 forks source link

Add travis test with libpcl-dev and libopenni2-dev on kinetic #1092

Closed pazeshun closed 4 years ago

pazeshun commented 4 years ago

To catch https://github.com/start-jsk/rtmros_common/pull/1090#issuecomment-610728620 Test part of #1091 This test should be failed.

pazeshun commented 4 years ago

Travis test failed as expected:

In file included from /workspace/ros/ws_rtmros_common/src/hrpsys/rtc/OpenNIGrabber/OpenNIGrabberComp.cpp:13:0:

/workspace/ros/ws_rtmros_common/src/hrpsys/rtc/OpenNIGrabber/OpenNIGrabber.h:19:36: fatal error: pcl/io/openni2_grabber.h: No such file or directory

compilation terminated.

make[2]: *** [rtc/OpenNIGrabber/CMakeFiles/OpenNIGrabberComp.dir/OpenNIGrabberComp.cpp.o] Error 1

make[1]: *** [rtc/OpenNIGrabber/CMakeFiles/OpenNIGrabberComp.dir/all] Error 2

make[1]: *** Waiting for unfinished jobs....

<command-line>:0:15: warning: missing whitespace after the macro name

In file included from /workspace/ros/ws_rtmros_common/src/hrpsys/rtc/OpenNIGrabber/OpenNIGrabber.cpp:13:0:

/workspace/ros/ws_rtmros_common/src/hrpsys/rtc/OpenNIGrabber/OpenNIGrabber.h:19:36: fatal error: pcl/io/openni2_grabber.h: No such file or directory

compilation terminated.

make[2]: *** [rtc/OpenNIGrabber/CMakeFiles/OpenNIGrabber.dir/OpenNIGrabber.cpp.o] Error 1

make[1]: *** [rtc/OpenNIGrabber/CMakeFiles/OpenNIGrabber.dir/all] Error 2

make: *** [all] Error 2
k-okada commented 4 years ago

closed via #1092