MPCGPU: Real-Time Nonlinear Model Predictive Control through Preconditioned Conjugate Gradient on the GPU
Emre Adabag, Miloni Atal, William Gerard, Brian Plancher

TL;DR
MPCGPU is a GPU-based real-time NMPC solver that significantly accelerates trajectory optimization, enabling kilohertz control rates for robotic manipulators by leveraging a custom preconditioned conjugate gradient method.
Contribution
This work introduces MPCGPU, a novel GPU-accelerated NMPC solver using an optimized PCG method, achieving faster computation and scalability over CPU-based solvers.
Findings
MPCGPU achieves at least 10x speedup over CPU solvers.
Enables control rates up to kilohertz for robotic manipulators.
Scales to longer trajectories with improved real-time performance.
Abstract
Nonlinear Model Predictive Control (NMPC) is a state-of-the-art approach for locomotion and manipulation which leverages trajectory optimization at each control step. While the performance of this approach is computationally bounded, implementations of direct trajectory optimization that use iterative methods to solve the underlying moderately-large and sparse linear systems, are a natural fit for parallel hardware acceleration. In this work, we introduce MPCGPU, a GPU-accelerated, real-time NMPC solver that leverages an accelerated preconditioned conjugate gradient (PCG) linear system solver at its core. We show that MPCGPU increases the scalability and real-time performance of NMPC, solving larger problems, at faster rates. In particular, for tracking tasks using the Kuka IIWA manipulator, MPCGPU is able to scale to kilohertz control rates with trajectories as long as 512 knot points.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Control Systems Optimization · Robotic Path Planning Algorithms · Mitochondrial Function and Pathology
