EduSim-LLM: An Educational Platform Integrating Large Language Models and Robotic Simulation for Beginners
Shenqi Lu, Liangwei Zhang
TL;DR
EduSim-LLM tackles the challenge of teaching beginners to control robots through natural language by integrating large language models with the CoppeliaSim simulator. The authors design a four-module pipeline—natural language interface, LLM-based instruction planner, simulation control backend, and user frontend—enabling zero-coding, language-driven control across single and multi-robot tasks. Through 108 instruction cases spanning simple to complex tasks, the system achieves 100% success for simple, 94.4% for composite, and 88.9% for complex instructions, and demonstrates significant reductions in human operation time compared to manual control. This work evidence the feasibility and educational value of NL-based robotics control in simulations, potentially lowering the barrier to entry for learners and instructors in robotics.
Abstract
In recent years, the rapid development of Large Language Models (LLMs) has significantly enhanced natural language understanding and human-computer interaction, creating new opportunities in the field of robotics. However, the integration of natural language understanding into robotic control is an important challenge in the rapid development of human-robot interaction and intelligent automation industries. This challenge hinders intuitive human control over complex robotic systems, limiting their educational and practical accessibility. To address this, we present the EduSim-LLM, an educational platform that integrates LLMs with robot simulation and constructs a language-drive control model that translates natural language instructions into executable robot behavior sequences in CoppeliaSim. We design two human-robot interaction models: direct control and autonomous control, conduct systematic simulations based on multiple language models, and evaluate multi-robot collaboration, motion planning, and manipulation capabilities. Experiential results show that LLMs can reliably convert natural language into structured robot actions; after applying prompt-engineering templates instruction-parsing accuracy improves significantly; as task complexity increases, overall accuracy rate exceeds 88.9% in the highest complexity tests.
