-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[uss_qualifier] Use FlightIntentsResource in general flight authorization scenario #317
Merged
BenjaminPelletier
merged 4 commits into
interuss:main
from
BenjaminPelletier:general-flight-auth-intents
Nov 7, 2023
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
4b67dd9
Use FlightIntentsResource in general flight authorization scenario
BenjaminPelletier e735f27
Merge remote-tracking branch 'interuss/main' into general-flight-auth…
BenjaminPelletier c877de9
Add $schema per comments
BenjaminPelletier 1c04b03
Update file hash
BenjaminPelletier File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to reference the $schema here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
$schema
elements are really just human-readable comments, but makes sense to have them in the intents; added.