-
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
Build Python bindings of manifpy on Windows and switch manif version to 0.0.5 #1701
Conversation
Hopefully this will work out of the box, if not we can also try to update manif to 0.0.5, this was already tested in ami-iit/bipedal-locomotion-framework#874 . |
Ok, we see the same error in CI:
|
Let's try to update to 0.0.5 at this point. |
Done in 950214f . You can do it manually to test by switching the remote to https://github.com/artivis/manif and the tag to 0.0.5 . |
Also with 0.0.5 the build fails with:
|
The only reference to a similar error I can find is emlearn/emlearn#40 . |
I reported the problem upstream in artivis/manif#311, and tried to add a workaround in f064809 that relies on robotology/ycm-cmake-modules#461 . |
Great, the solution worked great when using the |
f064809
to
f0a19e4
Compare
Ok, I did this and it seems to work. |
f0a19e4
to
93dc14b
Compare
93dc14b
to
e985b68
Compare
Ok, I also added some docs in 7625d46, the PR is ready for review. |
fyi @GiulioRomualdi this changes the version of manif to 0.0.5, that has been already tested in blf CI in ami-iit/bipedal-locomotion-framework#874 . |
Remove workaround added in #838 (comment) .