ROAug 5, 2019

Representing Robot Task Plans as Robust Logical-Dynamical Systems

arXiv:1908.01896v157 citations
AI Analysis

This addresses the challenge of designing reliable robot task plans for dynamic real-world applications, though it appears incremental as it builds on existing frameworks like behavior trees.

The authors tackled the problem of creating robust, reusable, and reactive robot behaviors by proposing Robust Logical-Dynamical Systems (RLDS), a framework that combines task representations with theoretical guarantees and can be automatically constructed from sequential plans, achieving robust behavior in dynamic environments.

It is difficult to create robust, reusable, and reactive behaviors for robots that can be easily extended and combined. Frameworks such as Behavior Trees are flexible but difficult to characterize, especially when designing reactions and recovery behaviors to consistently converge to a desired goal condition. We propose a framework which we call Robust Logical-Dynamical Systems (RLDS), which combines the advantages of task representations like behavior trees with theoretical guarantees on performance. RLDS can also be constructed automatically from simple sequential task plans and will still achieve robust, reactive behavior in dynamic real-world environments. In this work, we describe both our proposed framework and a case study on a simple household manipulation task, with examples for how specific pieces can be implemented to achieve robust behavior. Finally, we show how in the context of these manipulation tasks, a combination of an RLDS with planning can achieve better results under adversarial conditions.

Foundations

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

Your Notes