smooth_feedback
Control and estimation on Lie groups
|
Solve quadratiac programs with OSQP. More...
Go to the source code of this file.
Functions | |
template<typename Problem > | |
QPSolution<-1, -1, double > | smooth::feedback::solve_qp_osqp (const Problem &pbm, const QPSolverParams &prm, std::optional< std::reference_wrapper< const QPSolution<-1, -1, double > > > warmstart={}) |
Solve a QuadraticProgram with the OSQP solver. More... | |
Solve quadratiac programs with OSQP.
Definition in file osqp.hpp.
QPSolution<-1, -1, double > smooth::feedback::solve_qp_osqp | ( | const Problem & | pbm, |
const QPSolverParams & | prm, | ||
std::optional< std::reference_wrapper< const QPSolution<-1, -1, double > > > | warmstart = {} |
||
) |
Solve a QuadraticProgram with the OSQP solver.
pbm | QuadraticProgram to solve |
prm | solver paramters |
warmstart | initial point to start iterating from |