Create initial message schemas
11 unresolved threads
docs
__init__.py +0 -8
generate_swagger.py +0 -584
examples
all
mission_plan.json +0 -25
observation.json +0 -16
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 +60 -92
acknowledgement.py +23 -22
message_wrapper.py +61 -0
mission_plan.py +79 -83
observation.py +63 -39
planning_configuration.py +174 -88
platform_status.py +180 -149
project
SOAR_README.md +46 -26
.gitignore +1 -0
README.md +13 -13
__init__.py +1 -2
generate_swagger.py +133 -0
+ 0
- 8
+ 0
- 584
\ No newline at end of file
+ 54
- 0
+ 24
- 0
+ 157
- 0
+ 60
- 92
+ 23
- 22
+ 61
- 0
+ 79
- 83
+ 63
- 39
+ 174
- 88
+ 180
- 149
+ 46
- 26
+ 1
- 0
+ 13
- 13
+ 1
- 2
+ 133
- 0