Toward Adaptation and Reuse of Advanced Robotic Software - Robotics Institute Carnegie Mellon University

Toward Adaptation and Reuse of Advanced Robotic Software

Christopher R. Baker, John M. Dolan, Bakhtiar Litkouhi, and Shige Wang
Conference Paper, Proceedings of (ICRA) International Conference on Robotics and Automation, pp. 6071 - 6077, May, 2011

Abstract

As robotic software systems become larger and more complex, it is increasingly important to reuse existing software components to control development costs. For a broad class of relatively simple components, ranging from sensor and actuation interfaces to many simple perception and navigation algorithms, this can be a reasonably straightforward process, and many excellent frameworks have been developed in recent years that support reuse of such components in novel systems. However, there is also a class of more advanced software components, such as for modeling and interacting with complex environments, for which reuse can be a much more challenging problem. In particular, many advanced robotic algorithms can be highly sensitive to the perception and actuation capabilities of the specific robots they are deployed on, in turn requiring significant and invasive modifications to accommodate the specific capabilities of a different robotic system. This work examines the nature of this sensitivity and proposes a novel design methodology for isolating a stable, reusable “core” algorithm from any platform-specific enhancements, or “supplemental” effects. Modern software engineering techniques are used to encapsulate these supplemental effects separately from the core algorithm, allowing platform-specific details to be accommodated by modular substitution instead of direct modification of the “core” component. This methodology is experimentally evaluated on existing software for autonomous driving behaviors, yielding useful insights into the creation of highly adaptable robotic software components.

BibTeX

@conference{Baker-2011-7271,
author = {Christopher R. Baker and John M. Dolan and Bakhtiar Litkouhi and Shige Wang},
title = {Toward Adaptation and Reuse of Advanced Robotic Software},
booktitle = {Proceedings of (ICRA) International Conference on Robotics and Automation},
year = {2011},
month = {May},
pages = {6071 - 6077},
keywords = {robot software, reusability, adaptability, aspect-oriented programming},
}