Create initial message schemas
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 +6 -1
platform_status.py +15 -1
project/soar
SOAR_README.md +0 -0
soar_protocol.json +697 -0
README.md +2 -0
generate_schema_config.py +93 -0
generate_swagger.py +0 -130
\ No newline at end of file
+ 50
- 0
\ No newline at end of file
+ 6
- 11
+ 0
- 61
+ 6
- 2
+ 8
- 3
+ 15
- 1
File renamed with no changes. Show file contents
+ 697
- 0
Files with large changes are collapsed by default.
+ 2
- 0
+ 93
- 0
\ No newline at end of file
+ 0
- 130
\ No newline at end of file