Home /Research /qpSWIFT: A Real-Time Sparse Quadratic Program Solver for Robotic Applications
LOCOMOTION

qpSWIFT: A Real-Time Sparse Quadratic Program Solver for Robotic Applications

Abhishek Pandala, Yanran Ding, Hae-Won Park

Year
2019
Citations
85

Abstract

In this letter, we present qpSWIFT, a real-time quadratic program (QP) solver. Motivated by the need for a robust embedded QP solver in robotic applications, qpSWIFT employs standard primal-dual interior-point method, along with Mehrotra predictor–corrector steps and Nesterov–Todd scaling. The sparse structure of the resulting Karush–Kuhn–Tucker linear system in the QP formulation is exploited, and sparse direct methods are utilized to solve the linear system of equations. To further accelerate the factorization process, we only modify the corresponding rows of the matrix factors that change during iterations and cache the nonzero Cholesky pattern. qpSWIFT is library free, written in ANSI-C and its performance is benchmarked through standard problems that could be cast as QP. Numerical results show that qpSWIFT outperforms state-of-the-art solvers for small scale problems. To evaluate the performance of the solver, a real-time implementation of the solver in the model predictive control framework through experiments on a quadrupedal robot are presented.

Keywords

SolverCholesky decompositionComputer scienceInterior point methodLU decompositionSystem of linear equationsSparse matrixLinear systemFactorizationQuadratic equation

Related papers

Browse all LOCOMOTION papers