https://github.com/interuss/uas_standards
Provides data types and tools for working with standards related to uncrewed aircraft systems (UAS).
https://github.com/interuss/uas_standards
Last synced: 2 months ago
JSON representation
Provides data types and tools for working with standards related to uncrewed aircraft systems (UAS).
- Host: GitHub
- URL: https://github.com/interuss/uas_standards
- Owner: interuss
- License: apache-2.0
- Created: 2022-10-16T18:48:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-30T16:07:13.000Z (8 months ago)
- Last Synced: 2026-01-02T21:13:50.847Z (5 months ago)
- Language: Python
- Homepage:
- Size: 310 KB
- Stars: 0
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# uas_standards
This library primarily provides data types and tools for working with standards related to uncrewed aircraft systems (UAS).
## Autogeneration
To regenerate autogenerated code:
* Update submodule reference to point to updated interface in [interfaces](./interfaces)
* From this root repo folder, `make apis`
* If necessary, `sudo chown -R $(id -un):$(id -gn) .` to change ownership of files if Docker created any with root permissions