DAIRLab / dairlib

MIT License
65 stars 26 forks source link

Fix bug where fast_osqp_solver doesn't set solver result #289

Closed Brian-Acosta closed 2 years ago

Brian-Acosta commented 2 years ago

Fixes a bug where FastOsqpSolver didn't set the result details correctly due to not accessing prog->OsqPSolverDetails by reference.


This change is Reviewable