Create initial message schemas
11 unresolved threads
examples
ecosub_c2
mission_plan.json +1 -1
hydrosurv_adapter
acknowledgement.json +1 -1
mission_plan.json +1 -1
formats
__init__.py +49 -100
acknowledgement.py +10 -27
message_wrapper.py +0 -59
mission_plan.py +22 -85
observation.py +17 -53
planning_configuration.py +14 -104
platform_status.py +146 -299
project/soar
SOAR_README.md +0 -0
soar_protocol.json +547 -0
.gitignore +1 -0
README.md +2 -0
generate_schema_config.py +93 -0
generate_swagger.py +0 -135
\ No newline at end of file
+ 49
- 100
\ No newline at end of file
+ 10
- 27
+ 0
- 59
+ 22
- 85
+ 17
- 53
+ 14
- 104
+ 146
- 299
File renamed with no changes. Show file contents
+ 547
- 0
\ No newline at end of file
+ 1
- 0
+ 2
- 0
+ 93
- 0
+ 0
- 135