Integrating Runtime Verification into an
Automated UAS Traffic Management System
Matthew Cauwels, Abigail Hammer, Benjamin Hertz, Phillip H. Jones, Kristin Y. Rozier
This webpage contains supplementary specifications for "Integrating Runtime Verification into an
Automated UAS Traffic Management System" by M. Cauwels, A. Hammer, B. Hertz, P. H. Jones, and K. Y. Rozier
SB_UAS_5
Specification Description
The Altitude (Alt in AGL) will be bounded between 0 and ALT_SENS_MAX, but if it is not, allow 3 timesteps to recover
Signals Required
Alt
Boolean Conversion of Signals to Atomic Inputs
Alt_geq_0: Alt ≥ 0.0
Alt_leq_MAX: Alt ≤ ALT_SENS_MAX
MLTL Specification
¬☐[0,3] ¬(Alt_geq_0 ∧ Alt_leq_MAX)
Fault Explanation
Altitude has been outside of physical possiblity for too much time
Additional Notes
ALT_SENS_MAX would be obtained from barometer datasheet. Allows for oscillation in data
Figures



