Create initial message schemas
11 unresolved threads
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
docs
__init__.py +0 -1
generate_swagger.py +304 -128
examples/autonomy_engine
configuration.jsonc +13 -13
formats
__init__.py +38 -12
acknowledgement.py +0 -0
autonomy_configuration.py +0 -101
mission_plan.py +36 -0
observation.py +22 -5
planning_configuration.py +127 -0
vehicle_status.py +190 -0
README.md +76 -18
__init__.py +3 -6
platform_status.py +0 -124
requirements.txt +3 -0
run-docs.sh +6 -0
- Trishna Saeharaseelan authored
+ 0
- 1
+ 304
- 128
Files with large changes are collapsed by default.
+ 38
- 12
+ 0
- 0
+ 36
- 0
+ 22
- 5
\ No newline at end of file
+ 76
- 18
**[Reference Slides](https://planetocean15.sharepoint.com/sites/IUKSoAR/Shared%20Documents/Forms/AllItems.aspx?id=%2Fsites%2FIUKSoAR%2FShared%20Documents%2FTechnical%2FTechnical%20meetings%2FDiscussions%E2%80%94%20Backbone%20Message%20Formats%2Epdf&viewid=1d649f5f%2Dd30e%2D482f%2Dbd77%2D9316a0023bf9&parent=%2Fsites%2FIUKSoAR%2FShared%20Documents%2FTechnical%2FTechnical%20meetings)**
\ No newline at end of file
+ 3
- 6
+ 0
- 124
+ 3
- 0
+ 6
- 0