ros-drivers / pointgrey_camera_driver

ROS driver for Pt. Grey cameras, based on the official FlyCapture2 SDK.
128 stars 180 forks source link

Add messages as build dependencies for driver executables #153

Closed kev-the-dev closed 6 years ago

kev-the-dev commented 6 years ago

On my project's Jenkins CI, sometimes our builds were failing on the pointgrey driver because the messages were not yet built.

http://wiki.ros.org/catkin/CMakeLists.txt#Important_Prerequisites.2BAC8-Constraints

mikepurvis commented 6 years ago

LGTM, thanks for the fix.