PLHCROJan 7, 2015

KitRobot: A multi-platform graphical programming IDE to program mini-robotic agents

arXiv:1501.01588v1
Originality Synthesis-oriented
AI Analysis

This addresses the problem of programming complexity for novice users in robotics, though it is incremental as it builds on existing graphical programming concepts.

The authors developed KitRobot, a graphical programming IDE that enables novice users to program mini-robotic agents through a drag-and-drop interface, eliminating the need to learn an intermediate programming language, and it uses XML technology for flexibility and easy updates.

The analysis, design and development of a graphical programming IDE for mini-robotic agents allows novice users to program robotic agents by a graphical drag and drop interface, without knowing the syntax and semantics of the intermediate programming language. Our work started with the definition of the syntax and semantics of the intermediate programming language. The major work is the definition of grammar for this language. The use of a graphical drag and drop interface for programming mini-robots offers a user-friendly interface to novice users. The user can program graphically by drag and drop program parts without having expertise of the intermediate programming language. The IDE is highly flexible as it uses xml technology to store program objects (i.e. loops, conditions) and robot objects (i.e. sensors, actuators). Use of xml technology allows making major changes and updating the interface without modifying the underlying design and programming.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes