-
Notifications
You must be signed in to change notification settings - Fork 0
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
First working version of osqp-matlab-cmake-buildsystem #1
Conversation
Hi @traversaro , I had reviewed most of the changes in this PR, so I thought I could finish the review even if we close robotology/robotology-superbuild#575 and this PR without merging it. What do you think? |
Ok! |
Given that there are some uses of osqp-matlab in the lab outside of https://github.com/dic-iit/matlab-whole-body-simulator, I think we can proceed with this PRs. |
Co-authored-by: Nuno Guedelha <[email protected]>
Co-authored-by: Nuno Guedelha <[email protected]>
The example https://github.com/oxfordcontrol/osqp-matlab/blob/master/examples/easy_lasso_qp.m is also working for me after building the repo. LGTM. |
Most of the relevant information is provided in the README. This is convenient to easily add the osqp-matlab to the robotology-superbuild, to fix robotology/robotology-superbuild#575 .
There are a few upstream problems:
But for the time being the repo contains local workaround that should be easy to revert once the issue are solved.
I already tested the bindings with the example https://github.com/oxfordcontrol/osqp-matlab/blob/master/examples/easy_lasso_qp.m and they seem to be working fine. Once this is merged, I will release the version
v0.6.2.0
.