Create initial message schemas
11 unresolved threads
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
examples
autonomy_engine_adapter
mission_plan_AH1.json +58 -0
mission_plan_ECOSUB.json +58 -0
mission_plan_HYDROSURV.json +26 -0
planning_configuration.json +161 -0
ecosub_adapter
mission_plan.json +58 -0
observation.json +28 -0
platform_status-from_usbl_example.json +21 -0
platform_status.json +44 -0
sample_decoded_ecosub_status.txt +0 -0
ecosub_c2
mission_plan.json +0 -54
observation.json +0 -24
platform_status-from_usbl_example.json +0 -17
platform_status.json +0 -40
gui_adapter
planning_configuration.json +10 -6
hydrosurv_adapter
acknowledgement.json +14 -10
mission_plan.json +15 -11
platform_status.json +28 -24
formats
__init__.py +49 -100
acknowledgement.py +10 -27
message_wrapper.py +0 -59
mission_plan.py +22 -85
observation.py +19 -55
planning_configuration.py +17 -107
platform_status.py +39 -192
project/soar
SOAR_README.md +0 -0
swagger.json +687 -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
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
File renamed with no changes. Show file contents
\ No newline at end of file
\ No newline at end of file
+ 10
- 6
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
\ 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
+ 19
- 55
+ 17
- 107
+ 39
- 192
+ 687
- 0
Files with large changes are collapsed by default.
+ 1
- 0
+ 2
- 0
+ 93
- 0
+ 0
- 135