Robotics: Science and Systems XVIII

PROX-QP: Yet another Quadratic Programming Solver for Robotics and beyond

Antoine Bambade, Sarah El-Kazdadi, Adrien Taylor, Justin Carpentier

Abstract:

Quadratic programming (QP) has become a core modelling component in the modern engineering toolkit. This is particularly true for simulation, planning and control in robotics. Yet, modern numerical solvers have not reached the level of efficiency and reliability required in practical applications where speed, robustness, and accuracy are all necessary. In this work, we introduce a few variations of the well-established augmented Lagrangian method, specifically for solving QPs, which include heuristics for improving practical numerical performances. Those variants are embedded within an open-source software which includes an efficient C++ implementation, a modular API, as well as best-performing heuristics for our test-bed. Relying on this framework, we present a benchmark studying the practical performances of modern optimization solvers for convex QPs on generic and complex problems of the literature as well as on common robotic scenarios. This benchmark notably highlights that this approach outperforms modern solvers in terms of efficiency, accuracy and robustness for small to medium-sized problems, while remaining competitive for higher dimensions.

Download:

Bibtex:

  
@INPROCEEDINGS{Bambade-RSS-22, 
    AUTHOR    = {Antoine Bambade AND Sarah El-Kazdadi AND Adrien Taylor AND Justin Carpentier}, 
    TITLE     = {{PROX-QP: Yet another Quadratic Programming Solver for Robotics and beyond}}, 
    BOOKTITLE = {Proceedings of Robotics: Science and Systems}, 
    YEAR      = {2022}, 
    ADDRESS   = {New York City, NY, USA}, 
    MONTH     = {June}, 
    DOI       = {10.15607/RSS.2022.XVIII.040} 
}