-
Notifications
You must be signed in to change notification settings - Fork 157
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
Include noetic build in CI #67
base: kinetic-devel
Are you sure you want to change the base?
Conversation
Seems the CI doesn't like
Maybe the script should be ported to python3? Should still work fine for kinetic/xenial. |
Clearpath seems to host the 2.2.0.48 version of the Spinnaker SDK on https://packages.clearpathrobotics.com/stable/flir/Spinnaker/Ubuntu20.04/. The |
Still a little more work needed to match |
Last noetic build went through but kinetic and melodic failed with:
Took me almost a day to find out that this is caused by a broken symbolic link in the spinnaker debians version 1.27.0.48. 🤯 |
@mhosmar-cpr this is ready for review. |
@mhosmar-cpr ping |
@stwirth @mhosmar-cpr Any reason that this is not getting in? |
Not from my side, this is waiting for comment/merge from a maintainer. |
# Redistributing the flycapture .so file is permitted by the SDK EULA: | ||
# http://www.ptgrey.com/support/kb/data/PGR-FlyCap-SDK-LA.pdf | ||
if(EXISTS ${CMAKE_CURRENT_BINARY_DIR}/usr/lib) | ||
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/usr/lib/ DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we're not bundling the sdk anymore. Do we not need this for the deb?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pretty sure that license agreement is outdated (there is no flycapture / pointgrey anymore, it's Spinnaker / FLIR now) and I think it is better to let the users install the SDK by themselves. We could try to make a separate ROS package that just catkinizes the Spinnaker SDK but I won't have time for that. The official way of installing the SDK also includes an explicit manual confirmation of the license.
So my suggestion is to use the download script just for CI and encourage the user to use this package from source.
Any better ideas?
#include
sdownload_spinnaker
script and makes it download a newer version of the SDK for noetic