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

Change the QP solver from eiquadprog to proxSuite #1

Open
NahuelVilla opened this issue Dec 12, 2022 · 3 comments
Open

Change the QP solver from eiquadprog to proxSuite #1

NahuelVilla opened this issue Dec 12, 2022 · 3 comments

Comments

@NahuelVilla
Copy link
Collaborator

We are temporarily using eiquadprog as a QP solver for the distribution of forces to keep the code in c++11.

Nevertheless, proxSuite is faster and handles infeasible forces better.

proxSuite can work with c++14. Switch as soon as the constraint of c++11 is removed.

@nim65s
Copy link
Member

nim65s commented Dec 12, 2022

C++14 is a super set of C+11

@nim65s
Copy link
Member

nim65s commented Dec 12, 2022

I don't see any constraint. Do you have any error message it configuration or build time ?

@NahuelVilla
Copy link
Collaborator Author

The constraint is in the actions of pal.
In order to use this package there, we had to pass to eiquadprog.

The constraint is not really in this package, but in our current main application, which is the locomotion of Talos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants