-
Notifications
You must be signed in to change notification settings - Fork 38
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
Remove homebrew job from CI #822
Conversation
Manifpy tries to install the python bindings in /usr |
You can set manually the |
I need to switch to our manif https://github.com/robotology-dependencies/manif.git repo to fix the version |
iDynTree fails with the following error (perhaps it is an old version and it should be updated @traversaro )
|
I can set the installdir of idyntree in https://github.com/robotology/idyntree/blob/d6af7ff4aa46bd8a4e3cfa8e8abc316908dbd4fd/bindings/CMakeLists.txt#L46C20-L46C47 |
Yes, that is true. At the superbuild level I fixed this as documented in robotology/robotology-superbuild#1238 and robotology/robotology-superbuild#1508 , i.e. not using |
TL;DR: We need to propagate robotology/robotology-superbuild#1511 to idyntree. |
Associated PR in iDynTree: robotology/idyntree#1168 |
The ubuntu test fails with
I was wondering if something similar to what happened back in time on the iDynTree generation of the model. I updated the version of iDynTree in the CI |
I did a bit of analysis. I was able to replicate the failure #822 (comment) on my PC with the following commit of iDynTree robotology/idyntree@7e029b9 while with robotology/idyntree@7ecf7b5 the test pass. I tried a git bisect and I found the commit in iDynTree that breaks the test in blf robotology/idyntree@9c7f2b3
This is the
|
Our inverse dynamics doesn't support prismatic joints. It would be nice if it could be possible to generate chains with only revolutes joints in iDynTree |
There is the third argument of the function that does that: robotology/idyntree#1149 . |
Associated fix in iDynTree for generating a model (and not a chain) with revolute joints robotology/idyntree#1171 |
4d61702
to
7a5383e
Compare
It seems we need to fix something on the pybind11 bindings, I will check tomorrow. |
#822 (comment) probably related to #829 |
7a5383e
to
70ed7aa
Compare
I've just rebased on master. Let's see if the CI is happy |
macOS fails while in solving the qp of the QPInverseKinematics 😭 |
You know my position on this. :D: |
I removed macOS - brew from CI e143f51 |
I guess GitHub has some problems, the CI failures are due to this. |
Running again the CI |
Merging! |
No description provided.