Create initial message schemas
11 unresolved threads
docs
__init__.py +0 -8
generate_swagger.py +0 -575
examples
autonomy_engine
mission_plan.json +0 -0
planning_configuration.json +0 -0
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 +95 -90
acknowledgement.py +41 -23
message_wrapper.py +59 -0
mission_plan.py +143 -83
observation.py +93 -38
planning_configuration.py +263 -88
platform_status.py +325 -149
project
SOAR_README.md +46 -26
README.md +13 -13
__init__.py +1 -2
generate_swagger.py +135 -0
+ 0
- 8
+ 0
- 575
+ 54
- 0
+ 24
- 0
+ 157
- 0
+ 95
- 90
+ 41
- 23
+ 59
- 0
+ 143
- 83
+ 93
- 38
+ 263
- 88
+ 325
- 149
+ 46
- 26
+ 13
- 13
+ 1
- 2
+ 135
- 0