Create initial message schemas
examples
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 +161 -0
hydrosurv_adapter
acknowledgement.json +16 -0
mission_plan.json +30 -0
platform_status.json +30 -0
formats
__init__.py +58 -0
acknowledgement.py +30 -0
mission_plan.py +95 -0
observation.py +63 -0
planning_configuration.py +185 -0
platform_status.py +180 -0
project/soar
SOAR_README.md +51 -0
swagger.json +681 -0
tests
fixtures
__init__.py +8 -0
schemas.py +586 -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_schemas.py +242 -0
.gitignore +1 -0
CONTRIBUTING.md +1 -1
README.md +24 -51
__init__.py +10 -0
generate_schema_config.py +79 -0
requirements-dev.txt +6 -0
requirements.txt +3 -0
\ 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