Task and Motion Planning for Execution in the Real
Tianyang Pan, Rahul Shome, Lydia E. Kavraki
TL;DR
Task and Motion Planning under incomplete world knowledge is addressed by introducing TAMPER, a framework that interleaves planning and execution to handle partially grounded symbolic actions. The planner yields a partially grounded task and motion plan $\overline{\mathbf{T}}$ with gaps $\pi_i=\emptyset$ that are then resolved online by executing closed-loop behaviors drawn from a supplied set $\mathcal{B}$ and by applying a repair strategy to rejoin to subsequent trajectories. Execution feedback updates symbolic constraints and may trigger replanning, enabling robust real-world task completion. The approach is validated on 40 real-world trials and a grocery demo, showing faster execution, fewer actions, and higher success in partially grounded scenarios compared to a strong replanning baseline, and a dataset is shared for reproducibility. The work broadens the applicability of TAMP to extensively grounded problems by leveraging execution-time behaviors while preserving planning-level reasoning.
Abstract
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.
