RODec 11, 2020

Probabilistic Iterative LQR for Short Time Horizon MPC

arXiv:2012.06349v20.008 citations
AI Analysis50

This work offers an incremental improvement in optimal control for robotics, specifically for trajectory tracking in manipulators and quadcopters, by enhancing stability and cost-efficiency.

This paper proposes a method that considers a trajectory distribution as the solution to an optimal control problem, rather than a single optimal trajectory. This approach, which uses a Gaussian distribution from an iLQR solver and short-horizon MPC to track it, results in more cost-efficient and robust control compared to tracking the mean or using iLQR feedback control.

Optimal control is often used in robotics for planning a trajectory to achieve some desired behavior, as expressed by the cost function. Most works in optimal control focus on finding a single optimal trajectory, which is then typically tracked by another controller. In this work, we instead consider trajectory distribution as the solution of an optimal control problem, resulting in better tracking performance and a more stable controller. A Gaussian distribution is first obtained from an iterative Linear Quadratic Regulator (iLQR) solver. A short horizon Model Predictive Control (MPC) is then used to track this distribution. We show that tracking the distribution is more cost-efficient and robust as compared to tracking the mean or using iLQR feedback control. The proposed method is validated with kinematic control of 7-DoF Panda manipulator and dynamic control of 6-DoF quadcopter in simulation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes