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
mission_plan.py +3 -3
observation.py +3 -3
planning_configuration.py +5 -8
platform_status.py +7 -16
project/soar
soar_protocol.json +0 -697
swagger.json +687 -0
generate_schema_config.py +5 -5
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
+ 10
- 6
+ 3
- 3
+ 3
- 3
+ 7
- 16
+ 0
- 697
Files with large changes are collapsed by default.
+ 687
- 0
Files with large changes are collapsed by default.
+ 5
- 5