Create initial message schemas
11 unresolved threads
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
examples/hydrosurv_adapter
acknowledgement.json +1 -1
formats
__init__.py +50 -0
acknowledgement.py +6 -11
message_wrapper.py +0 -61
mission_plan.py +6 -2
observation.py +8 -3
planning_configuration.py +8 -6
platform_status.py +17 -12
project/soar
SOAR_README.md +0 -0
swagger.json +687 -0
README.md +2 -0
generate_schema_config.py +93 -0
generate_swagger.py +0 -133
\ No newline at end of file
+ 50
- 0
\ No newline at end of file
+ 6
- 11
+ 0
- 61
+ 6
- 2
+ 8
- 3
+ 17
- 12
File renamed with no changes. Show file contents
+ 687
- 0
Files with large changes are collapsed by default.
+ 2
- 0
+ 93
- 0
\ No newline at end of file
+ 0
- 133