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

Resolve iDynTree deprecation warnings and require iDynTree v10.0.0 #832

Merged
merged 2 commits into from
Apr 5, 2024

Conversation

GiulioRomualdi
Copy link
Member

This PR resolves all the iDynTree warnings and requires iDynTree v10.0.0

@GiulioRomualdi GiulioRomualdi self-assigned this Apr 5, 2024
@GiulioRomualdi GiulioRomualdi marked this pull request as ready for review April 5, 2024 10:15
@GiulioRomualdi GiulioRomualdi enabled auto-merge (squash) April 5, 2024 10:15
@traversaro
Copy link
Collaborator

Thanks a lot!

@GiulioRomualdi
Copy link
Member Author

Peculiar error on windows

D:\a\bipedal-locomotion-framework\bipedal-locomotion-framework\osqp\lin_sys\direct\qdldl\qdldl_sources\src\qdldl.c : fatal error C1041: cannot open program database 'D:\a\bipedal-locomotion-framework\bipedal-locomotion-framework\osqp\build\lin_sys\direct\qdldl\qdldl_sources\out\Debug\qdldl.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [D:\a\bipedal-locomotion-framework\bipedal-locomotion-framework\osqp\build\lin_sys\direct\qdldl\qdldl_sources\qdldlstatic.vcxproj]

@GiulioRomualdi GiulioRomualdi merged commit eef9275 into master Apr 5, 2024
14 checks passed
@traversaro
Copy link
Collaborator

Peculiar error on windows

D:\a\bipedal-locomotion-framework\bipedal-locomotion-framework\osqp\lin_sys\direct\qdldl\qdldl_sources\src\qdldl.c : fatal error C1041: cannot open program database 'D:\a\bipedal-locomotion-framework\bipedal-locomotion-framework\osqp\build\lin_sys\direct\qdldl\qdldl_sources\out\Debug\qdldl.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS [D:\a\bipedal-locomotion-framework\bipedal-locomotion-framework\osqp\build\lin_sys\direct\qdldl\qdldl_sources\qdldlstatic.vcxproj]

It is probably flaky. The root for the problem I guess is the same of robotology/robotology-superbuild#1083, it was fixed in osqp master but that has not seen a release in a long time.

@GiulioRomualdi GiulioRomualdi deleted the idyntree_deprecation branch April 5, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment