-
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
Expose adaptive_rho option in OSQP block #233
Comments
See #202 for a similar issue. |
Reading the list of settings for OSQP and their role in the OSQP, I think 3 variables are worth having in the OSQP block:
|
I would mention here that currently, OSQP block is deterministic because, we disabled adaptive rho option (see https://github.com/robotology/wb-toolbox/blob/master/toolbox/library/src/OSQP.cpp#L323) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
We would like to expose the adaptive_rho option (and eventually other options in the OSQP block.
Motivation
By default, OSQP is not deterministic, but if you set adaptive_rho to false, you get a deterministic solver.
Additional context
This emerged in ami-iit/matlab-whole-body-simulator#81 (comment) .
The text was updated successfully, but these errors were encountered: