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 -12
compiled_mission_plan.json +0 -0
compiled_observation.json +0 -0
compiled_platform_status.json +0 -0
emergency.json +0 -0
observation.json +0 -18
planning_configuration.json +0 -103
platform_status.json +0 -40
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
emergency_stop.json +0 -0
gui_adapter
planning_configuration.json +161 -0
hydrosurv_adapter
acknowledgement.json +14 -10
mission_plan.json +15 -11
platform_status.json +28 -23
formats
__init__.py +49 -100
acknowledgement.py +10 -27
message_wrapper.py +0 -59
mission_plan.py +22 -85
observation.py +18 -55
planning_configuration.py +31 -113
platform_status.py +46 -193
project/soar
SOAR_README.md +0 -0
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
.gitignore +1 -0
README.md +2 -0
__init__.py +1 -1
generate_schema_config.py +76 -0
generate_swagger.py +0 -136
\ No newline at end of file
\ No newline at end of file
+ 49
- 100
+ 10
- 27
+ 0
- 59
+ 22
- 85
+ 18
- 55
+ 31
- 113
+ 46
- 193
+ 681
- 0
Files with large changes are collapsed by default.
+ 8
- 0
+ 581
- 0
+ 680
- 0
Files with large changes are collapsed by default.
Files with large changes are collapsed by default.
+ 30
- 0
+ 8
- 0
+ 168
- 0
Files with large changes are collapsed by default.
+ 1
- 0
+ 2
- 0
+ 1
- 1
+ 76
- 0
+ 0
- 136