English

Hierarchical Sampling-based Planner with LTL Constraints and Text Prompting

Robotics 2025-01-14 v1 Systems and Control Systems and Control

Abstract

This project introduces a hierarchical planner integrating Linear Temporal Logic (LTL) constraints with natural language prompting for robot motion planning. The framework decomposes maps into regions, generates directed graphs, and converts them into transition systems for high-level planning. Text instructions are translated into LTL formulas and converted to Deterministic Finite Automata (DFA) for sequential goal-reaching tasks while adhering to safety constraints. High-level plans, derived via Breadth-First Search (BFS), guide low-level planners like Exploring Random Trees (RRT) and Probabilistic Roadmaps (PRM) for obstacle-avoidant navigation along with LTL tasks. The approach demonstrates adaptability to various task complexities, though challenges such as graph construction overhead and suboptimal path generation remain. Future directions include extending to considering terrain conditions and incorporating higher-order dynamics.

Keywords

Cite

@article{arxiv.2501.06719,
  title  = {Hierarchical Sampling-based Planner with LTL Constraints and Text Prompting},
  author = {Jingzhan Ge and Zi-Hao Zhang and Sheng-En Huang},
  journal= {arXiv preprint arXiv:2501.06719},
  year   = {2025}
}

Comments

8 pages, 17 figures

R2 v1 2026-06-28T21:03:45.224Z