ros-drivers / video_stream_opencv

A package to open video streams and publish them in ROS using the opencv videocapture mechanism
227 stars 159 forks source link

libvideo_stream_opencv depends on gencfg #45

Closed furushchev closed 5 years ago

furushchev commented 5 years ago

Currently target of gencfg is depended by only video_stream_node, and not by a library. This PR is to add dependencies of gencfg to library.

src/video_stream.cpp:52:10: fatal error: video_stream_opencv/VideoStreamConfig.h: No such file or directory
 #include <video_stream_opencv/VideoStreamConfig.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/video_stream_opencv.dir/src/video_stream.cpp.o] Error 1
make[1]: *** [CMakeFiles/video_stream_opencv.dir/all] Error 2
make: *** [all] Error 2