We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are temporarily using eiquadprog as a QP solver for the distribution of forces to keep the code in c++11.
eiquadprog
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.
The text was updated successfully, but these errors were encountered:
C++14 is a super set of C+11
Sorry, something went wrong.
I don't see any constraint. Do you have any error message it configuration or build time ?
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: