Lang2Manip: A Tool for LLM-Based Symbolic-to-Geometric Planning for Manipulation
Muhayy Ud Din, Jan Rosell, Waseem Akram, Irfan Hussain
TL;DR
The paper addresses the challenge of generalizing language-conditioned manipulation across diverse robots and planning backends. It proposes Lang2Manip, a modular pipeline that connects an LLM-driven symbolic planner with the Kautham motion-planning framework to enable robot-agnostic symbolic-to-geometric execution. Key contributions include a two-layer architecture, robot-scene integration via URDF/XML, an LLM prompting scheme with a fixed action grammar, and a grounding pipeline through grasp planning, IK, and OMPL-based planning. Experimental results with a Franka Panda in simulation demonstrate competitive task success and planning feasibility, supporting the approach's scalability and versatility for language-driven task and motion planning.
Abstract
Simulation is essential for developing robotic manipulation systems, particularly for task and motion planning (TAMP), where symbolic reasoning interfaces with geometric, kinematic, and physics-based execution. Recent advances in Large Language Models (LLMs) enable robots to generate symbolic plans from natural language, yet executing these plans in simulation often requires robot-specific engineering or planner-dependent integration. In this work, we present a unified pipeline that connects an LLM-based symbolic planner with the Kautham motion planning framework to achieve generalizable, robot-agnostic symbolic-to-geometric manipulation. Kautham provides ROS-compatible support for a wide range of industrial manipulators and offers geometric, kinodynamic, physics-driven, and constraint-based motion planning under a single interface. Our system converts language instructions into symbolic actions and computes and executes collision-free trajectories using any of Kautham's planners without additional coding. The result is a flexible and scalable tool for language-driven TAMP that is generalized across robots, planning modalities, and manipulation tasks.
