Create initial message schemas
11 unresolved threads
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 +146 -141
project/soar
SOAR_README.md +0 -0
soar_protocol.json +547 -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
+ 146
- 141
File renamed with no changes. Show file contents
+ 547
- 0
\ No newline at end of file
+ 2
- 0
+ 93
- 0
+ 0
- 133