-
Notifications
You must be signed in to change notification settings - Fork 48
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
Enable ROBOTOLOGY_ENABLE_ICUB_HEAD and ROBOTOLOGY_ENABLE_DYNAMICS_FULL_DEPS options in conda in CI #649
Conversation
There seem to still be a few dragonfly2-related issues, hopefully they should be solved by robotology/icub-main#724. |
diagnosticdaemon is failing with some errors:
They seem related to the "peculiar" choice of linker flags and CMake patterns used in diagnosticdaemon, that are quite different from the rest of our projects. As as far as I know there is no concrete use of diagnosticdaemon in real iCub deployments, so for the time being I will just disable |
See: |
In particular, enable the options:
ROBOTOLOGY_ENABLE_ICUB_HEAD
ROBOTOLOGY_ENABLE_DYNAMICS_FULL_DEPS
For
ROBOTOLOGY_ENABLE_ICUB_HEAD
, on Linux we add thelibdc1394
dependency to compiledragonfly2
, and we disablediagnosticdaemon
that has several build system problems (robotology/diagnostic-daemon#16 and robotology/diagnostic-daemon#17).We also bump the icub-main release to 1.19.1 to solve the problem described in robotology/icub-main#724 .