ROMASYApr 14, 2021

OneVision: Centralized to Distributed Controller Synthesis with Delay Compensation

arXiv:2104.06588v1
Originality Incremental advance
AI Analysis

This addresses the challenge of handling communication latency in distributed robotic systems, offering a general solution rather than specialized applications, though it is incremental as it builds on centralized control methods.

The paper tackled the problem of developing distributed controllers for robotic systems with communication delays by proposing an algorithm that converts centralized controllers into distributed ones with delay compensation, and demonstrated significant improvement over baselines in simulated and real-world tasks.

We propose a new algorithm to simplify the controller development for distributed robotic systems subject to external observations, disturbances, and communication delays. Unlike prior approaches that propose specialized solutions to handling communication latency for specific robotic applications, our algorithm uses an arbitrary centralized controller as the specification and automatically generates distributed controllers with communication management and delay compensation. We formulate our goal as nonlinear optimal control -- using a regret minimizing objective that measures how much the distributed agents behave differently from the delay-free centralized response -- and solve for optimal actions w.r.t. local estimations of this objective using gradient-based optimization. We analyze our proposed algorithm's behavior under a linear time-invariant special case and prove that the closed-loop dynamics satisfy a form of input-to-state stability w.r.t. unexpected disturbances and observations. Our experimental results on both simulated and real-world robotic tasks demonstrate the practical usefulness of our approach and show significant improvement over several baseline approaches.

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