Bug fix: no longer crashes after OSQP fails due to max iters
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.