Create initial message schemas
11 unresolved threads
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
examples
all
acknowledgement.json +0 -13
compiled_mission_plan.json +0 -0
compiled_observation.json +0 -0
compiled_platform_status.json +0 -0
emergency.json +0 -0
mission_plan.json +0 -25
observation.json +0 -18
planning_configuration.json +0 -103
platform_status.json +0 -41
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 -25
observation.json +0 -18
platform_status.json +0 -44
gui
emergency_stop.json +0 -0
gui_adapter
planning_configuration.json +161 -0
hydrosurv_adapter
acknowledgement.json +13 -10
mission_plan.json +25 -20
platform_status.json +26 -37
formats
__init__.py +49 -100
acknowledgement.py +14 -29
message_wrapper.py +0 -58
mission_plan.py +24 -87
observation.py +45 -60
planning_configuration.py +79 -124
platform_status.py +87 -253
project/soar
SOAR_README.md +7 -0
swagger.json +687 -0
.gitignore +1 -0
README.md +9 -0
generate_schema_config.py +93 -0
generate_swagger.py +0 -134
\ 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
\ 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
\ 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
+ 49
- 100
\ No newline at end of file
+ 14
- 29
+ 0
- 58
+ 24
- 87
+ 45
- 60
+ 79
- 124
+ 87
- 253
+ 687
- 0
Files with large changes are collapsed by default.
+ 1
- 0
+ 9
- 0
+ 93
- 0
+ 0
- 134