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 +54 -0
mission_plan_ECOSUB.json +54 -0
mission_plan_HYDROSURV.json +30 -0
planning_configuration.json +161 -0
ecosub_adapter
mission_plan.json +54 -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
gui_adapter
planning_configuration.json +14 -10
hydrosurv_adapter
acknowledgement.json +14 -10
mission_plan.json +15 -11
platform_status.json +28 -24
formats
__init__.py +1 -1
mission_plan.py +3 -3
observation.py +3 -4
planning_configuration.py +5 -9
platform_status.py +8 -17
project/soar
soar_protocol.json +0 -697
swagger.json +681 -0
tests
fixtures
__init__.py +8 -0
schemas.py +581 -0
swagger.json +680 -0
mock_data
autonomy_engine_adapter
acknowledgement.json +16 -0
mission_plan_AH1.json +54 -0
mission_plan_ECOSUB.json +54 -0
mission_plan_HYDROSURV.json +30 -0
planning_configuration.json +161 -0
platform_status-from_usbl_example.json +21 -0
platform_status.json +44 -0
ecosub_adapter
mission_plan.json +54 -0
observation.json +28 -0
platform_status-from_usbl_example.json +21 -0
platform_status.json +44 -0
sample_decoded_ecosub_status.txt +23 -0
gui_adapter
planning_configuration.json +160 -0
hydrosurv_adapter
acknowledgement.json +16 -0
mission_plan.json +30 -0
platform_status.json +30 -0
__init__.py +8 -0
test.py +168 -0
__init__.py +1 -1
generate_schema_config.py +19 -36
\ 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
+ 14
- 10
+ 1
- 1
+ 3
- 3
+ 3
- 4
+ 8
- 17
+ 0
- 697
Files with large changes are collapsed by default.
+ 681
- 0
Files with large changes are collapsed by default.
+ 8
- 0
+ 581
- 0
+ 680
- 0
Files with large changes are collapsed by default.
+ 30
- 0
+ 8
- 0
+ 168
- 0
+ 1
- 1
+ 19
- 36