Backport proxQP solver implementation#56
Closed
olivier-roussel wants to merge 3 commits intoSofaDefrost:v24.12from
Closed
Backport proxQP solver implementation#56olivier-roussel wants to merge 3 commits intoSofaDefrost:v24.12from
olivier-roussel wants to merge 3 commits intoSofaDefrost:v24.12from
Conversation
add interface for qp solver selection make proxQP solver optional with cmake option Fix TU for abstract class QPInverseProblemImpl Cleaning Fix cmakelists add DataCallback to update solvers if type is changed Add unit tests for proxQP add find or fetch for proxsuite fix usage of proxsuite is lib used as 3rd party (SofaDefrost#51) remove fetch_content for proxQP as not compatible with our windows build chain try to find external qpOASES before falling back on embedded version remove deprecated FindOASES.cmake add an option to enable/disable qpOASES conditional compile qpOases wrapping code Use corresponding QP solver for LCP problem resolution as well
Member
|
This is not flagged as a draft yet it's still in progress right? Since the CI failed on all OS. |
Contributor
Author
|
Yes you are right, it's "still in progress" and should have been marked as a draft. But looks like all the CI are down due to some major changes in the CI since the 24.12 release, this branch compiles fine on the conda CI. So as I am not competent to fix this CI, I think this will be never backported. The conda package of SoftRobots.Inverse v24.12 includes this PR (and must do it to make it compatible with conda ecosystem). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR backports changes from #22, #49, #50 and #51 to:
This should enable a conda compatible v24.12 release of SoftRobots.Inverse.