paper-with-me

Papers

LLM-Driven Corrective Robot Operation Code Generation with Static Text-Based Simulation

2025-12-01 · Wenhao Wang, Yi Rong, Yanyan Li, Long Jiao, Jiawei Yuan arxiv

Recent advances in Large language models (LLMs) have demonstrated their promising capabilities of generating robot operation code to enable LLM-driven robots. To enhance the reliability of operation code generated by LLMs, corrective designs with feedback from the observation of executing code have been increasingly adopted in existing research. However, the code execution in these designs relies on either a physical experiment or a customized simulation environment, which limits their deployment due to the high configuration effort of the environment and the potential long execution time. In this paper, we explore the possibility of directly leveraging LLM to enable static simulation of robot operation code, and then leverage it to design a new reliable LLM-driven corrective robot operation code generation framework. Our framework configures the LLM as a static simulator with enhanced capabilities that reliably simulate robot code execution by interpreting actions, reasoning over state transitions, analyzing execution outcomes, and generating semantic observations that accurately capture trajectory dynamics. To validate the performance of our framework, we performed experiments on various operation tasks for different robots, including UAVs and small ground vehicles. The experiment results not only demonstrated the high accuracy of our static text-based simulation but also the reliable code generation of our LLM-driven corrective framework, which achieves a comparable performance with state-of-the-art research while does not rely on dynamic code execution using physical experiments or simulators.

📄 PDF Abstract BibTeX arXiv:2512.02002

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

AHEAD: Anticipatory Hand-Driven Teleoperation via Human Intent Prediction

2026-07-16 · Seok Joon Kim, Junho Lee, Federica Spinola, Taein Kwon 외 arxiv

Direct hand-driven teleoperation maps an operator's hand motion to robot end-effector commands at every frame, enabling precise control, but it requires constant monitoring and correction during approach, grasp, and plac…

The Missing Touch: Spatially Distributed Tactile Feedback Brings Teleoperation Closer to Human Dexterity

2026-08-19 · Rohan Kota, Gregory Reardon, J. Edward Colgate arxiv

A fundamental challenge in robotic teleoperation is enabling an operator to control a remote robot as effortlessly and intuitively as their own hands. Despite the growing use of teleoperation to collect demonstration dat…

EgoRecovery: Acquiring Failure Recovery Ability Through Human Recovery Demonstration

2026-07-22 · Zuhao Ge, Yuchen Zhou, Weitao Zhou, Minglei Li 외 arxiv

Robust embodied robots should be able to recover from failures and retry tasks in order to operate reliably in unstructured and noisy real-world environments. Achieving this capability requires training policies on data …

RHO: Your Coding Agent is Secretly a Roboticist

2026-06-15 · Karim Elmaaroufi, Justin Svegliato, Sarunas Kalade, Graham Schelle 외 arxiv

Code-as-Policies (CaP) has shown that large language models (LLMs) can write code to solve robotics tasks by composing perception, planning, and control primitives. Recent CaP systems, however, rely on multi-turn code-ge…

Hi-WM: Human-in-the-World-Model for Scalable Robot Post-Training

2026-04-23 · Yaxuan Li, Zhongyi Zhou, Yefei Chen, Yanjiang Guo 외 arxiv

Post-training is essential for turning pretrained generalist robot policies into reliable task-specific controllers, but existing human-in-the-loop pipelines remain tied to physical execution: each correction requires ro…

Synthetic Data Generation