-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add OSQP block to deprecate the QpOases block #180
Comments
traversaro
changed the title
Add OSQP block to deprecated QpOases block
Add OSQP block to deprecate the QpOases block
Aug 23, 2019
Related comment from @diegoferigo : robotology-dependencies/qpOASES#4 (comment) . |
Code of the existing block: |
3 tasks
Hi @diegoferigo , could you assign this to me please, I can't do it myself. |
Done @nunoguedelha ! |
@nunoguedelha I saw that the issue was in Ice-Box, I implemented a first version of it this morning. |
@diegoferigo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
It would be great to add a block for solving Quadratic Programming (QP) optimization problems using OSQP (and optionally https://github.com/robotology/osqp-eigen) instead of the existing block that uses qpOASES.
Motivation
See robotology/robotology-superbuild#239 on why it would be great to avoid the qpOASES dependency.
Additional context
It may be even better to wrap in WB-Toolbox some generic interface with pluggable backend for QP programming, such as the one provided in iDynTree, Drake or RobOptim. However, this would be a bit more complex, and in the iDynTree case would also involve some work on the iDynTree side, while simple creating an OSQP block would be trivial, especially given that it already exists the QpOases block.
The text was updated successfully, but these errors were encountered: