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
platform_status.json +1 -0
gui
emergency_stop.json +0 -0
planning_configuration.json +157 -0
hydrosurv_adapter
acknowledgement.json +1 -1
mission_plan.json +1 -1
platform_status.json +1 -0
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 +26 -104
platform_status.py +41 -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 -136
+ 157
- 0
\ No newline at end of file
\ No newline at end of file
+ 49
- 100
\ No newline at end of file
+ 10
- 27
+ 0
- 59
+ 22
- 85
+ 17
- 53
+ 26
- 104
+ 41
- 179
+ 697
- 0
Files with large changes are collapsed by default.
+ 1
- 0
+ 2
- 0
+ 93
- 0
+ 0
- 136