-
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/rid] NET0470 OperatorID, UAS ID, Operator Location, Op…
…erator Altitude, Operational Status, Current Position, Height, Timestamp, Track, Speed checks (#150) * [rid] NET0470 Operator ID * [rid] NET0470 UAS ID, Operator Location, Operator Altitude and Operational Status checks * Fix misused argument * format * Reorganize version checks in common_dictionary * Add todo for location altitude to address it separately * Format and fix type of observed_details * Capture TODO * Implement new observation api fields for mock details responses * Fix unit tests and format * Return from mock riddp the operational_status * Replace monitorlib observation_api by uas_standards * Rewording * Format * Add check for astm.f3411.v22a.NET0470,Table1,5 * Add check for astm.f3411.v22a.NET0470,Table1,20 * Add check for astm.f3411.v22a.NET0470,Table1,20 resolution * Add check for astm.f3411.v22a.NET0470,Table1,19 track and use injected speed * Add check for astm.f3411.v22a.NET0470,Table1,14-15 height * Add check for astm.f3411.v22a.NET0470,Table1,10-11 current position * Fix import * format * Rename to _evaluate_arbitrary_uas_id and skip some tests if not v22a * Clean up * format * Update doc * Update participants * Prevent exception when number is not round * updates * various fixes * fixes * align * fixes * cleanup * remove resolution limit for RID DP * remove resolution checks * fix python test --------- Co-authored-by: Mickaël Misbach <[email protected]>
- Loading branch information
Showing
19 changed files
with
1,056 additions
and
215 deletions.
There are no files selected for viewing
Submodule automated_testing
updated
17 files
+6 −2 | README.md | |
+29 −0 | flight_planning/README.md | |
+213 −0 | flight_planning/v1/astm_f3548_21.yaml | |
+63 −0 | flight_planning/v1/au.yaml | |
+384 −0 | flight_planning/v1/flight_planning.yaml | |
+14 −0 | flight_planning/v1/scd.yaml | |
+106 −0 | flight_planning/v1/uspace.yaml | |
+5 −0 | geo-awareness/README.md | |
+26 −0 | geospatial_map/README.md | |
+181 −0 | geospatial_map/v1/astm_f3548_21.yaml | |
+16 −0 | geospatial_map/v1/ed269.yaml | |
+462 −0 | geospatial_map/v1/geospatial_map.yaml | |
+103 −0 | rid/v1/commons.yaml | |
+10 −114 | rid/v1/injection.yaml | |
+52 −17 | rid/v1/observation.yaml | |
+5 −0 | scd/README.md | |
+16 −8 | scd/v1/scd.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
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
Oops, something went wrong.