-
Notifications
You must be signed in to change notification settings - Fork 23
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
[Travis] Switch to Ubuntu 18.04 Bionic and add workaround for urdf_parser_py regression #116
Conversation
The urdfdomConfig.cmake should contain a call to `find_package(console_bridge)`.
Any update on this? |
Let's see. The latest error is:
This should have been fixed by f2a4ce2, but it did not. Let's see why. |
To move the CI system closer to my system (where everything was working fine), in 1fafc9d I switched to use the Ubuntu packages for |
The latest failure is much more interesting, for dh-generated models we have this problem:
Probably something changed in some of the dependency related to dh-models generation: iDynTree, YARP or icub-main . |
After a quick local check, I could not got the test to pass even with the YARP/ICUB/iDynTree checkouts from robotology/icub-models@b69b989 . To be more methodic and to avoid problems related to system dependencies between xenial and bionic, we will first try to get the tests to pass in Xenial (on Travis) in #119 . |
Superseded by #119 . |
See robotology/simmechanics-to-urdf#36 and ros/urdf_parser_py#47 for more info on the regression.
See https://docs.travis-ci.com/user/reference/bionic/ for the Ubuntu 18.04 Bionic.
If this is successful, hopefully it would simplify reproducing the Travis failure in https://travis-ci.org/robotology/icub-model-generator/builds/570949195 mentioned in #113 (comment) .