Create initial message schemas
11 unresolved threads
docs
__init__.py +0 -1
generate_swagger.py +162 -373
examples
all
acknowledgement.json +13 -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 +25 -0
observation.json +18 -0
planning_configuration.json +103 -0
platform_status.json +41 -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 +25 -0
observation.json +18 -0
platform_status.json +44 -0
hydrosurv_adapter
acknowledgement.json +13 -0
mission_plan.json +25 -0
platform_status.json +41 -0
formats
__init__.py +46 -15
acknowledgement.py +30 -0
autonomy_configuration.py +0 -101
mission_plan.py +85 -0
observation.py +29 -10
planning_configuration.py +103 -0
platform_status.py +94 -41
project
SOAR_README.md +44 -0
CONTRIBUTING.md +73 -0
README.md +12 -86
__init__.py +5 -5
platform_status.py +0 -124
requirements.txt +4 -0
+ 0
- 1
+ 162
- 373
+ 13
- 0
\ No newline at end of file
File renamed with no changes. Show file contents
+ 0
- 0
+ 25
- 0
\ No newline at end of file
+ 18
- 0
\ No newline at end of file
+ 103
- 0
\ No newline at end of file
+ 41
- 0
\ No newline at end of file
\ No newline at end of file
sample_autosub.alr-3.v1.mission_script.sbd
Download\ No newline at end of file
+ 25
- 0
\ No newline at end of file
+ 18
- 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
+ 46
- 15
+ 30
- 0
+ 85
- 0
+ 29
- 10
\ No newline at end of file
+ 94
- 41
+ 44
- 0
+ 73
- 0
+ 12
- 86
+ 5
- 5
+ 0
- 124
+ 4
- 0