Skip to content

Bug fix: no longer crashes after OSQP fails due to max iters

Compare
Choose a tag to compare
@NishanthJKumar NishanthJKumar released this 02 Mar 20:31
· 8 commits to main since this release

When using sco from openTAMP, it's important that the code doesn't break when the solver fails (otherwise, we would never backtrack during TAMP). This change fixes that and also lowers the maximum number of iterations for efficiency reasons.