Deploying Foundation Model-Enabled Air and Ground Robots in the Field: Challenges and Opportunities
Zachary Ravichandran, Fernando Cladera, Jason Hughes, Varun Murali, M. Ani Hsieh, George J. Pappas, Camillo J. Taylor, Vijay Kumar
TL;DR
This work addresses deploying foundation-model enabled robots in large, unstructured field environments by introducing SPINE, an LLM-driven autonomy framework that couples plan generation with plan validation in a closed loop. It demonstrates two planning paradigms: server-based LLMs (e.g., GPT-4o) for field-wide autonomy and onboard distillation of lightweight LMs to enable UAV planning without persistent connectivity. Field experiments with UGVs and UAVs show kilometer-scale missions, revealing strengths in online validation and modular autonomy, while highlighting challenges in communication reliability and long-horizon reasoning on edge devices. The paper also explores air-ground teaming via hierarchical semantic graphs and discusses open challenges, including edge LMs, visual foundation models, and the need for standardized outdoor evaluation protocols.
Abstract
The integration of foundation models (FMs) into robotics has enabled robots to understand natural language and reason about the semantics in their environments. However, existing FM-enabled robots primary operate in closed-world settings, where the robot is given a full prior map or has a full view of its workspace. This paper addresses the deployment of FM-enabled robots in the field, where missions often require a robot to operate in large-scale and unstructured environments. To effectively accomplish these missions, robots must actively explore their environments, navigate obstacle-cluttered terrain, handle unexpected sensor inputs, and operate with compute constraints. We discuss recent deployments of SPINE, our LLM-enabled autonomy framework, in field robotic settings. To the best of our knowledge, we present the first demonstration of large-scale LLM-enabled robot planning in unstructured environments with several kilometers of missions. SPINE is agnostic to a particular LLM, which allows us to distill small language models capable of running onboard size, weight and power (SWaP) limited platforms. Via preliminary model distillation work, we then present the first language-driven UAV planner using on-device language models. We conclude our paper by proposing several promising directions for future research.
