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_9
Specification Description
The UAS's position will exist on Earth GPS coordinates. Lat will be bounded in (-90, 90) deg and Long will be bounded in (-180, 180) deg at all instances
Signals Required
Lat, Long
Boolean Conversion of Signals to Atomic Inputs
Lat_gt_90: Lat > -90
Lat_lt_90: Lat < 90
Long_gt_180: Long > -180
Long_lt_180: Long < 180
MLTL Specification
☐[0,M] (Lat_gt_90 ∧ Lat_lt_90 ∧ Long_gt_180 ∧ Long_lt_180)
Fault Explanation
UAS is outside of latitude and/or longitude earth bounds.
Additional Notes