Create initial message schemas
11 unresolved threads
docs
__init__.py +0 -8
generate_swagger.py +0 -584
examples
all
acknowledgment.json +0 -11
mission_plan.json +0 -25
planning_configuration.json +0 -101
platform_status.json +0 -51
autonomy_engine
mission_plan.json +0 -25
observation.json +0 -16
planning_configuration.json +0 -101
platform_status.json +0 -51
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
acknowledgment.json +0 -11
mission_plan.json +24 -23
platform_status.json +24 -49
formats
__init__.py +0 -96
acknowledgement.py +20 -23
message_wrapper.py +61 -0
mission_plan.py +76 -83
observation.py +54 -39
planning_configuration.py +171 -88
platform_status.py +169 -151
project
SOAR_README.md +46 -26
README.md +13 -13
__init__.py +1 -2
generate_swagger.py +135 -0
+ 0
- 8
+ 0
- 584
\ 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
\ No newline at end of file
\ 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
- 96
+ 20
- 23
+ 61
- 0
+ 76
- 83
+ 54
- 39
+ 171
- 88
+ 169
- 151
+ 46
- 26
+ 13
- 13
\ No newline at end of file
\ No newline at end of file
+ 1
- 2
+ 135
- 0