Resolve "Release v0.2"
All threads resolved
examples
autonomy_engine_adapter
emergency_mission_command.json +24 -0
emergency_mission_plan.json +30 -0
mission_plan_AH1.json +17 -17
mission_plan_ECOSUB.json +17 -17
mission_plan_HYDROSURV.json +8 -8
planning_configuration.json +176 -66
survey.json +28 -0
survey_encoded.json +19 -0
ecosub_adapter
mission_plan.json +17 -17
survey.json +28 -0
survey_encoded.json +19 -0
gui_adapter
emergency_mission_command.json +24 -0
emergency_mission_plan.json +30 -0
planning_configuration.json +185 -61
hydrosurv_adapter
acknowledgement.json +2 -2
alert.json +21 -0
mission_plan.json +8 -8
platform_status.json +8 -4
formats
__init__.py +1 -1
alert.py +58 -0
encoded.py +2 -2
mission_plan.py +27 -8
mission_plan_encoded.py +2 -1
observation.py +2 -2
observation_encoded.py +2 -1
planning_configuration.py +119 -31
platform_status.py +28 -3
platform_status_encoded.py +2 -1
survey.py +129 -0
survey_encoded.py +11 -0
project/soar
swagger.json +946 -613
tests-js
soar-examples.test.js +3 -0
tests/fixtures
schemas.py +109 -14
swagger.json +1134 -638
CHANGELOG.md +14 -1
README.md +14 -3
generate_schema_config.py +12 -0
setup.py +1 -1
\ No newline at end of file
\ No newline at end of file