paper-with-me

Papers

ROSGPT_Vision: Commanding Robots Using Only Language Models' Prompts

2023-08-22 · Bilel Benjdira, Anis Koubaa, Anas M. Ali

In this paper, we argue that the next generation of robots can be commanded using only Language Models' prompts. Every prompt interrogates separately a specific Robotic Modality via its Modality Language Model (MLM). A central Task Modality mediates the whole communication to execute the robotic mission via a Large Language Model (LLM). This paper gives this new robotic design pattern the name of: Prompting Robotic Modalities (PRM). Moreover, this paper applies this PRM design pattern in building a new robotic framework named ROSGPT_Vision. ROSGPT_Vision allows the execution of a robotic task using only two prompts: a Visual and an LLM prompt. The Visual Prompt extracts, in natural language, the visual semantic features related to the task under consideration (Visual Robotic Modality). Meanwhile, the LLM Prompt regulates the robotic reaction to the visual description (Task Modality). The framework automates all the mechanisms behind these two prompts. The framework enables the robot to address complex real-world scenarios by processing visual data, making informed decisions, and carrying out actions automatically. The framework comprises one generic vision module and two independent ROS nodes. As a test application, we used ROSGPT_Vision to develop CarMate, which monitors the driver's distraction on the roads and makes real-time vocal notifications to the driver. We showed how ROSGPT_Vision significantly reduced the development cost compared to traditional methods. We demonstrated how to improve the quality of the application by optimizing the prompting strategies, without delving into technical details. ROSGPT_Vision is shared with the community (link: https://github.com/bilel-bj/ROSGPT_Vision) to advance robotic research in this direction and to build more robotic frameworks that implement the PRM design pattern and enables controlling robots using only prompts.

📄 PDF Abstract BibTeX arXiv:2308.11236

Code (1)

bilel-bj/rosgpt_vision 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Commanding Humanoid by Free-form Language: A Large Language Action Model with Unified Motion Vocabulary

2025-11-28 · Zhirui Liu, Kaiyang Ji, Ke Yang, Yahao Fan 외 arxiv

Enabling humanoid robots to follow free-form natural language commands is a critical step toward seamless human-robot interaction and general-purpose embodied AI. However, existing methods remain limited, often constrain…

Reinforcement Learning

Evaluating Multimodal LLMs as Generalist Vision-Language-Action Agents for Drone Control: Commanding, Approaching, Tracking and Searching

2026-09-01 · Jaewoo Park, Minyoung Lee, Sukmin Seo, Moonbin Yim 외 hf

Multimodal Large Language Models (MLLMs) are strong perceivers of images and video. We ask how far that reach extends into acting: dropping an MLLM directly into a drone's control loop, with its entire action space decla…

Embodiment-Aware Generalist Specialist Distillation for Unified Humanoid Whole-Body Control

2026-02-03 · Quanquan Peng, Yunfeng Lin, Yufei Xue, Jiangmiao Pang 외 arxiv

Humanoid Whole-Body Controllers trained with reinforcement learning (RL) have recently achieved remarkable performance, yet many target a single robot embodiment. Variations in dynamics, degrees of freedom (DoFs), and ki…

Reinforcement Learning

Cross-Lingual Vision-Language Navigation

2019-10-24 · An Yan, Xin Eric Wang, Jiangtao Feng, Lei LI 외

Commanding a robot to navigate with natural language instructions is a long-term goal for grounded language understanding and robotics. But the dominant language is English, according to previous studies on vision-langua…

Domain AdaptationNavigateVision-Language NavigationZero-Shot Learning

Learning Force Control for Legged Manipulation

2024-05-02 · Tifanny Portela, Gabriel B. Margolis, Yandong Ji, Pulkit Agrawal

Controlling contact forces during interactions is critical for locomotion and manipulation tasks. While sim-to-real reinforcement learning (RL) has succeeded in many contact-rich problems, current RL methods achieve forc…

Reinforcement Learning (RL)