ROSENov 4, 2014

Enhancing software module reusability using port plug-ins: an experiment with the iCub robot

arXiv:1411.1102v16 citations
Originality Synthesis-oriented
AI Analysis

This work addresses software reusability for robotics developers, offering an incremental improvement in component design.

The paper tackles the challenge of developing reusable software components by introducing a plug-in approach at connection points to extend functionalities without modifying existing components, resulting in reduced development time and communication overhead.

Systematically developing high--quality reusable software components is a difficult task and requires careful design to find a proper balance between potential reuse, functionalities and ease of implementation. Extendibility is an important property for software which helps to reduce cost of development and significantly boosts its reusability. This work introduces an approach to enhance components reusability by extending their functionalities using plug-ins at the level of the connection points (ports). Application--dependent functionalities such as data monitoring and arbitration can be implemented using a conventional scripting language and plugged into the ports of components. The main advantage of our approach is that it avoids to introduce application--dependent modifications to existing components, thus reducing development time and fostering the development of simpler and therefore more reusable components. Another advantage of our approach is that it reduces communication and deployment overheads as extra functionalities can be added without introducing additional modules.

Foundations

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

Your Notes