Create initial message schemas
11 unresolved threads
docs
__init__.py +0 -9
generate_swagger.py +0 -394
examples
autonomy_engine
configuration.jsonc +0 -71
mission_plan.json +0 -0
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 +40 -0
gui
emergency_stop.json +0 -0
planning_configuration.json +157 -0
hydrosurv_adapter
acknowledgement.json +12 -0
mission_plan.json +26 -0
platform_status.json +26 -0
formats
__init__.py +0 -70
acknowledgement.py +35 -0
autonomy_configuration.py +0 -101
message_wrapper.py +61 -0
mission_plan.py +86 -0
observation.py +55 -24
planning_configuration.py +184 -0
platform_status.py +169 -118
project
SOAR_README.md +51 -0
.gitignore +1 -0
CONTRIBUTING.md +73 -0
README.md +23 -89
__init__.py +4 -5
autonomy_configuration.py +0 -101
generate_swagger.py +130 -0
platform_status.py +0 -124
requirements.txt +4 -0
+ 0
- 9
+ 0
- 394
\ No newline at end of file
sample_autosub.alr-3.v1.mission_script.sbd
Download\ No newline at end of file
+ 54
- 0
\ No newline at end of file
+ 24
- 0
\ No newline at end of file
+ 157
- 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
+ 0
- 70
+ 35
- 0
+ 61
- 0
+ 86
- 0
+ 55
- 24
\ No newline at end of file
+ 184
- 0
+ 169
- 118
+ 51
- 0
+ 1
- 0
+ 73
- 0
+ 23
- 89
+ 4
- 5
+ 0
- 101
+ 130
- 0
+ 0
- 124
+ 4
- 0