anqixu / ueye_cam

A ROS nodelet and node that wraps the driver API for UEye cameras by IDS Imaging Development Systems GMBH.
Other
60 stars 102 forks source link

Do not link the ueye api to the check_ueye_api node to avoid conflicts #77

Closed loooph closed 3 years ago

loooph commented 4 years ago

This should avoid the error described in #76 . Linking the ueye api is not required because all check_ueye_api does is using system functions to check if the api library is present without calling any of its functions.

devrite commented 4 years ago

Confirmed to fix it for the executable.

Probably also any node that links IDS via plugin (due to link order). For other nodes that directly link to IDS, there error of #76 remains.