An open API service indexing awesome lists of open source software.

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).

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