-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[uss_qualifier] Use FlightIntentsResource in general flight authoriza…
…tion scenario (#317) * Use FlightIntentsResource in general flight authorization scenario * Add $schema per comments * Update file hash
- Loading branch information
1 parent
1973813
commit 0983ab4
Showing
16 changed files
with
162 additions
and
421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
monitoring/uss_qualifier/test_data/che/flight_intents/conflicting_flights.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
104 changes: 104 additions & 0 deletions
104
monitoring/uss_qualifier/test_data/che/flight_intents/general_flight_auth_flights.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
$content_schema: monitoring/uss_qualifier/resources/flight_planning/flight_intent/FlightIntentCollection.json | ||
intents: | ||
flight1: | ||
full: | ||
basic_information: | ||
usage_state: Planned | ||
uas_state: Nominal | ||
area: | ||
- outline_circle: | ||
center: | ||
lng: 7.4774 | ||
lat: 46.9749 | ||
radius: | ||
value: 100 | ||
units: M | ||
altitude_lower: | ||
value: 550 | ||
units: M | ||
# TODO: Change to SFC once mock_uss can process that datum | ||
reference: W84 | ||
altitude_upper: | ||
value: 650 | ||
units: M | ||
# TODO: Change to SFC once mock_uss can process that datum | ||
reference: W84 | ||
start_time: | ||
start_of_test: {} | ||
use_timezone: Europe/Berlin | ||
end_time: | ||
offset_from: | ||
starting_from: | ||
next_day: | ||
time_zone: Europe/Zurich | ||
starting_from: | ||
start_of_test: {} | ||
days_of_the_week: ["Tu", "Th"] | ||
offset: 12h | ||
additional_information: | ||
new_jurisdiction_x: | ||
operation_rule_set: Rules1 | ||
# TODO: Remove once mock_uss is fixed to not require U-space flight auth | ||
uspace_flight_authorisation: | ||
uas_serial_number: 1AF49UL5CC5J6K | ||
operation_category: Open | ||
operation_mode: Vlos | ||
uas_class: C0 | ||
identification_technologies: | ||
- ASTMNetRID | ||
connectivity_methods: | ||
- cellular | ||
endurance_minutes: 30 | ||
emergency_procedure_url: https://example.interussplatform.org/emergency | ||
operator_id: CHEo5kut30e0mt01-qwe | ||
uas_id: '' | ||
uas_type_certificate: '' | ||
|
||
flight2: | ||
full: | ||
basic_information: | ||
usage_state: Planned | ||
uas_state: Nominal | ||
area: | ||
- outline_circle: | ||
center: | ||
lng: 7.4774 | ||
lat: 46.9749 | ||
radius: | ||
value: 100 | ||
units: M | ||
altitude_lower: | ||
value: 1424 | ||
units: M | ||
reference: W84 | ||
altitude_upper: | ||
value: 5000 | ||
units: FT | ||
reference: W84 | ||
start_time: | ||
next_day: | ||
time_zone: +02:00 | ||
starting_from: | ||
offset_from: | ||
starting_from: | ||
start_of_test: {} | ||
offset: 12h | ||
duration: 5m | ||
additional_information: | ||
new_jurisdiction_x: | ||
operation_rule_set: Rules1 | ||
# TODO: Remove once mock_uss is fixed to not require U-space flight auth | ||
uspace_flight_authorisation: | ||
uas_serial_number: 1AF49UL5CC5J6K | ||
operation_category: Open | ||
operation_mode: Vlos | ||
uas_class: C0 | ||
identification_technologies: | ||
- ASTMNetRID | ||
connectivity_methods: | ||
- cellular | ||
endurance_minutes: 30 | ||
emergency_procedure_url: https://example.interussplatform.org/emergency | ||
operator_id: CHEo5kut30e0mt01-qwe | ||
uas_id: '' | ||
uas_type_certificate: '' |
1 change: 1 addition & 0 deletions
1
monitoring/uss_qualifier/test_data/che/flight_intents/invalid_flight_auths.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
monitoring/uss_qualifier/test_data/che/flight_intents/invalid_flight_intents.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.