Create initial message schemas
docs
__init__.py +0 -9
generate_swagger.py +0 -380
examples
all
acknowledgement.json +12 -0
compiled_mission_plan.json +0 -0
compiled_observation.json +0 -0
compiled_platform_status.json +0 -0
emergency.json +0 -0
mission_plan.json +24 -0
observation.json +18 -0
planning_configuration.json +103 -0
platform_status.json +40 -0
autonomy_engine
configuration.jsonc +0 -71
autosub_c2
sample_autosub.alr-3.v1.mission_script.sbd +0 -0
sample_decoded_ah1_status.json +0 -199
ecosub_c2
mission_plan.json +54 -0
observation.json +24 -0
platform_status-from_usbl_example.json +17 -0
platform_status.json +39 -0
hydrosurv_adapter
acknowledgement.json +12 -0
mission_plan.json +26 -0
platform_status.json +25 -0
formats
__init__.py +109 -0
acknowledgement.py +47 -0
message_wrapper.py +59 -0
mission_plan.py +153 -0
observation.py +100 -0
planning_configuration.py +267 -0
platform_status.py +327 -0
project
SOAR_README.md +51 -0
CONTRIBUTING.md +73 -0
README.md +23 -77
__init__.py +6 -70
autonomy_configuration.py +0 -101
generate_swagger.py +136 -0
platform_status.py +0 -124
requirements.txt +4 -0
+ 0
- 9
+ 0
- 380
+ 12
- 0
\ No newline at end of file
+ 0
- 0
+ 24
- 0
+ 18
- 0
+ 103
- 0
+ 40
- 0
+ 54
- 0
+ 24
- 0
+ 109
- 0
+ 47
- 0
+ 59
- 0
+ 153
- 0
+ 100
- 0
+ 267
- 0
+ 327
- 0
+ 51
- 0
+ 73
- 0
+ 23
- 77
+ 6
- 70
+ 0
- 101
+ 136
- 0
+ 0
- 124
+ 4
- 0