Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different Include Directory and Library Names for IDS peak 2.2.0.0 #36

Open
tgjantos opened this issue Nov 10, 2022 · 0 comments
Open

Comments

@tgjantos
Copy link

First of all, thank you for providing this ROS package. While this ROS package is tested for IDS peak 1.2.0.1, I tried to compile it for the currently newest available version, IDS peak 2.2.0.0. This serves more as a heads up that IDS changed the name of the include directories and libraries in their current version. This means that in the CMakeLists.txt file for this ROS package ${IDS_PEAK_INCLUDE_DIR} needs to be changed to ${ids_peak_INCLUDES} and ${IDS_PEAK_LIBRARIES} needs to be changed to ${_ids_peak_sharedlib_file}. Similarly, the parameters for the IPL libraries have to be adjusted. Hope this helps someone in the future.

Best regards,
Thomas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant