首页 /研究 /ROSDiscover: Statically Detecting Run-Time Architecture Misconfigurations in Robotics Systems
OTHER

ROSDiscover: Statically Detecting Run-Time Architecture Misconfigurations in Robotics Systems

Christopher S. Timperley, Tobias Dürschmid, Bradley Schmerl, David Garlan, Claire Le Goues

发表年份
2022
引用次数
20

摘要

Robot systems are growing in importance and complexity. Ecosystems for robot software, such as the Robot Operating System (ROS), provide libraries of reusable software components that can be configured and composed into larger systems. To support compositionality, ROS uses late binding and architecture configuration via “launch files” that describe how to initialize the components in a system. However, late binding often leads to systems failing silently due to misconfiguration, for example by misrouting or dropping messages entirely.In this paper we present ROSDiscover, which statically recovers the run-time architecture of ROS systems to find such architecture misconfiguration bugs. First, ROSDiscover constructs component level architectural models (ports, parameters) from source code. Second, architecture configuration files are analyzed to compose the system from these component models and derive the connections in the system. Finally, the reconstructed architecture is checked against architectural rules described in first-order logic to identify potential misconfigurations.We present an evaluation of ROSDiscover on real world, off-the-shelf robotic systems, measuring the accuracy, effectiveness, and practicality of our approach. To that end, we collected the first data set of architecture configuration bugs in ROS from popular open-source systems and measure how effective our approach is for detecting configuration bugs in that set.

关键词

Computer scienceComponent (thermodynamics)ArchitectureSoftware architectureEmbedded systemRobotSet (abstract data type)SoftwareReference architectureDistributed computing

相关论文

查看 OTHER 分类全部论文