ros-perception / opencv_apps

http://wiki.ros.org/opencv_apps
64 stars 70 forks source link

opencv3 is not used on travis even OPENCV_VERSION = 3 #44

Closed furushchev closed 7 years ago

furushchev commented 7 years ago

on debugging at https://github.com/ros-perception/opencv_apps/pull/41, I noticed that errors from opencv3 compatibility occur only on kinetic. further investigated, and found that rosinstall_generator at .travis.sh downloads only files of metapackages but not files of its dependencies. https://github.com/ros-perception/opencv_apps/blob/indigo/.travis.sh#L59-L60