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 +1 -15
acknowledgement.py +6 -6
message_wrapper.py +0 -61
mission_plan.py +8 -7
observation.py +27 -31
planning_configuration.py +11 -12
platform_status.py +13 -21
project/soar
SOAR_README.md +0 -0
swagger.json +687 -0
README.md +2 -0
generate_schema_config.py +93 -0
generate_swagger.py +0 -133
\ 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
+ 10
- 6
+ 1
- 15
+ 6
- 6
+ 0
- 61
+ 8
- 7
+ 27
- 31
+ 11
- 12
+ 13
- 21
+ 687
- 0
Files with large changes are collapsed by default.
+ 2
- 0
+ 93
- 0
+ 0
- 133