Create initial message schemas
11 unresolved threads
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
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 +12 -99
platform_status.py +35 -179
project/soar
SOAR_README.md +0 -0
soar_protocol.json +697 -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
+ 12
- 99
+ 35
- 179
+ 697
- 0
Files with large changes are collapsed by default.
+ 1
- 0
+ 2
- 0
+ 93
- 0
+ 0
- 135