Skip to content

Commit

Permalink
Re-add setVariables
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen committed Nov 28, 2023
1 parent 0bc3609 commit f70c3d2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ SQPStatus TrustRegionSQPSolver::solveQPProblem()
}
else
{
qp_problem->setVariables(results_.best_var_vals.data());

CONSOLE_BRIDGE_logError("Solver Failure");
return SQPStatus::QP_SOLVER_ERROR;
}
Expand Down

0 comments on commit f70c3d2

Please sign in to comment.