SEFeb 13, 2021

Understanding Bounding Functions in Safety-Critical UAV Software

arXiv:2102.07020v17 citationsHas Code
AI Analysis

This work addresses safety issues for UAV developers and operators, but it is incremental as it focuses on analyzing an existing framework rather than proposing new methods.

The paper tackled the problem of understanding safety-critical concerns in UAV software by empirically studying bounding functions in the Paparazzi framework, finding 109 instances used to bound variables like thrust and speed, and developed a taxonomy and dynamic evaluation to assess their impact.

Unmanned Aerial Vehicles (UAVs) are an emerging computation platform known for their safety-critical need. In this paper, we conduct an empirical study on a widely used open-source UAV software framework, Paparazzi, with the goal of understanding the safety-critical concerns of UAV software from a bottom-up developer-in-the-field perspective. We set our focus on the use of Bounding Functions (BFs), the runtime checks injected by Paparazzi developers on the range of variables. Through an in-depth analysis on BFs in the Paparazzi autopilot software, we found a large number of them (109 instances) are used to bound safety-critical variables essential to the cyber-physical nature of the UAV, such as its thrust, its speed, and its sensor values. The novel contributions of this study are two fold. First, we take a static approach to classify all BF instances, presenting a novel datatype-based 5-category taxonomy with fine-grained insight on the role of BFs in ensuring the safety of UAV systems. Second, we dynamically evaluate the impact of the BF uses through a differential approach, establishing the UAV behavioral difference with and without BFs. The two-pronged static and dynamic approach together illuminates a rarely studied design space of safety-critical UAV software systems.

Code Implementations1 repo
Foundations

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

Your Notes