Adaptive Obstacle-Aware Task Assignment and Planning for Heterogeneous Robot Teaming

arXiv cs.RO / 4/9/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • This paper proposes OATH (Adaptive Obstacle-Aware Task Assignment and Planning) to improve Multi-Agent Task Assignment and Planning in scalable, obstacle-rich environments for heterogeneous robot teams.
  • It introduces an obstacle-aware adaptive Halton sequence mapping to adjust sampling density according to obstacle distributions, addressing spatial reasoning and scalability challenges.
  • It presents a cluster-auction-selection framework that combines obstacle-aware clustering with weighted auctions and intra-cluster task selection to coordinate heterogeneous robots while keeping suboptimal-allocation performance bounded.
  • The system uses an LLM to interpret human instructions and guide the planner in real time, enabling more adaptive human-robot tasking.
  • Experiments in NVIDIA Isaac Sim and on TurtleBot hardware show improvements over state-of-the-art MATP baselines in task quality, scalability, adaptability to dynamic changes, and execution performance.

Abstract

Multi-Agent Task Assignment and Planning (MATP) has attracted growing attention but remains challenging in terms of scalability, spatial reasoning, and adaptability in obstacle-rich environments. To address these challenges, we propose OATH - Adaptive Obstacle-Aware Task Assignment and Planning for Heterogeneous Robot Teaming - which advances MATP by introducing a novel obstacle-aware strategy for task assignment. First, we develop an adaptive Halton sequence map, the first known application of Halton sampling with obstacle-aware adaptation in MATP, which adjusts sampling density based on obstacle distribution. Second, we propose a cluster-auction-selection framework that integrates obstacle-aware clustering with weighted auctions and intra-cluster task selection. These mechanisms jointly enable effective coordination among heterogeneous robots while maintaining scalability and suboptimal allocation performance. In addition, our framework leverages an LLM to interpret human instructions and directly guide the planner in real time. We validate OATH in both NVIDIA Isaac Sim and real-world hardware experiments using TurtleBot platforms, demonstrating substantial improvements in task assignment quality, scalability, adaptability to dynamic changes, and overall execution performance compared to state-of-the-art MATP baselines. A project website is available at https://llm-oath.github.io/.