paper-with-me

Papers

Test-Driven Agentic Framework for Reliable Robot Controller

2026-02-28 · Shivanshu Tripathi, Reza Akbarian Bafghi, Maziar Raissi arxiv

In this work, we present a test-driven, agentic framework for synthesizing a deployable low-level robot controller for navigation tasks. Given a 2D map with an image of an ultrasonic sensor-based robot, or a 3D robotic simulation environment, our framework iteratively refines the generated controller code using diagnostic feedback from structured test suites to achieve task success. We propose a dual-tier repair strategy to refine the generated code that alternates between prompt-level refinement and direct code editing. We evaluate the approach across 2D navigation tasks and 3D navigation in the Webots simulator. Experimental results show that test-driven synthesis substantially improves controller reliability and robustness over one-shot controller generation, especially when the initial prompt is underspecified. The source code and demonstration videos are available at: https://shivanshutripath.github.io/robotic_controller.github.io.

📄 PDF Abstract BibTeX arXiv:2603.00455

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ALRM: Agentic LLM for Robotic Manipulation

2026-01-27 · Vitor Gaboardi dos Santos, Ibrahim Khadraoui, Ibrahim Farhat, Hamza Yous 외 arxiv

Large Language Models (LLMs) have recently empowered agentic frameworks to exhibit advanced reasoning and planning capabilities. However, their integration in robotic control pipelines remains limited in two aspects: (1)…

Robot ManipulationCode Generation

Robotic Agentic Platform for Intelligent Electric Vehicle Disassembly

2026-03-19 · Zachary Allen, Max Conway, Lyle Antieau, Allen Ponraj 외 arxiv

Electric vehicles (EV) create an urgent need for scalable battery recycling, yet disassembly of EV battery packs remains largely manual due to high design variability. We present our Robotic Agentic Platform for Intellig…

Object Detection

Towards Embodied Agentic AI: Review and Classification of LLM- and VLM-Driven Robot Autonomy and Interaction

2025-08-07 · Sahar Salimpour, Lei Fu, Kajetan Rachwał, Pascal Bertrand 외 arxiv

Foundation models, including large language models (LLMs) and vision-language models (VLMs), have recently enabled novel approaches to robot autonomy and human-robot interfaces. In parallel, vision-language-action models…

Agentic Skill Discovery

2024-05-23 · Xufeng Zhao, Cornelius Weber, Stefan Wermter

Language-conditioned robotic skills make it possible to apply the high-level reasoning of Large Language Models (LLMs) to low-level robotic control. A remaining challenge is to acquire a diverse set of fundamental skills…

Language Modelling

A Framework for Low-Latency, LLM-driven Multimodal Interaction on the Pepper Robot

2026-01-09 · Erich Studerus, Vivienne Jia Zhong, Stephan Vonschallen arxiv

Despite recent advances in integrating Large Language Models (LLMs) into social robotics, two weaknesses persist. First, existing implementations on platforms like Pepper often rely on cascaded Speech-to-Text (STT)->LLM-…