Create initial message schemas
11 unresolved threads
docs
__init__.py +0 -8
generate_swagger.py +0 -631
examples
all
acknowledgement.json +0 -13
compiled_mission_plan.json +0 -0
compiled_observation.json +0 -0
compiled_platform_status.json +0 -0
emergency.json +0 -0
mission_plan.json +0 -25
observation.json +0 -18
planning_configuration.json +0 -103
platform_status.json +0 -41
ecosub_c2
mission_plan.json +51 -22
observation.json +16 -10
platform_status-from_usbl_example.json +17 -0
platform_status.json +36 -40
gui
emergency_stop.json +0 -0
planning_configuration.json +157 -0
hydrosurv_adapter
acknowledgement.json +5 -6
mission_plan.json +24 -23
platform_status.json +25 -40
formats
__init__.py +95 -95
acknowledgement.py +41 -24
message_wrapper.py +59 -0
mission_plan.py +142 -74
observation.py +92 -39
planning_configuration.py +263 -90
platform_status.py +324 -168
project
SOAR_README.md +6 -77
README.md +13 -13
__init__.py +0 -1
generate_swagger.py +135 -0
+ 0
- 8
+ 0
- 631
\ No newline at end of file
+ 51
- 22
+ 16
- 10
+ 36
- 40
+ 157
- 0
+ 95
- 95
+ 41
- 24
+ 59
- 0
+ 142
- 74
+ 92
- 39
+ 263
- 90
+ 324
- 168
+ 6
- 77
+ 13
- 13
+ 0
- 1
+ 135
- 0