ROAIJun 5, 2024

Task and Motion Planning for Execution in the Real

arXiv:2406.03641v210 citations
AI Analysis

This work addresses partially grounded planning problems for robotics, enabling robots to handle realistic uncertainties, though it is incremental as it builds on existing hybrid planning methods.

The paper tackles the problem of task and motion planning in real-world scenarios where actions cannot be fully grounded due to gaps like occlusion or imprecise modeling, by generating plans that integrate offline motions with online behaviors and handling failures through constraint feedback, resulting in faster execution times, fewer actions, and higher success rates in 40 real-robot trials.

Task and motion planning represents a powerful set of hybrid planning methods that combine reasoning over discrete task domains and continuous motion generation. Traditional reasoning necessitates task domain models and enough information to ground actions to motion planning queries. Gaps in this knowledge often arise from sources like occlusion or imprecise modeling. This work generates task and motion plans that include actions cannot be fully grounded at planning time. During execution, such an action is handled by a provided human-designed or learned closed-loop behavior. Execution combines offline planned motions and online behaviors till reaching the task goal. Failures of behaviors are fed back as constraints to find new plans. Forty real-robot trials and motivating demonstrations are performed to evaluate the proposed framework and compare against state-of-the-art. Results show faster execution time, less number of actions, and more success in problems where diverse gaps arise. The experiment data is shared for researchers to simulate these settings. The work shows promise in expanding the applicable class of realistic partially grounded problems that robots can address.

Foundations

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

Your Notes