Create initial message schemas
11 unresolved threads
docs
__init__.py +0 -8
generate_swagger.py +0 -584
examples
all
acknowledgement.json +12 -0
acknowledgment.json +0 -11
compiled_mission_plan.json +0 -0
compiled_observation.json +0 -0
compiled_platform_status.json +0 -0
emergency.json +0 -0
mission_plan.json +21 -22
observation.json +6 -4
planning_configuration.json +4 -2
platform_status.json +35 -45
autonomy_engine
planning_configuration.json +0 -101
ecosub_c2
mission_plan.json +25 -0
observation.json +5 -3
platform_status.json +44 -0
hydrosurv_adapter
acknowledgement.json +12 -0
acknowledgment.json +0 -11
mission_plan.json +21 -22
platform_status.json +35 -45
formats
__init__.py +95 -90
acknowledgement.py +41 -23
message_wrapper.py +58 -0
mission_plan.py +142 -82
observation.py +73 -38
planning_configuration.py +218 -88
platform_status.py +336 -147
project
SOAR_README.md +46 -26
README.md +13 -13
__init__.py +1 -2
generate_swagger.py +136 -0
+ 0
- 8
+ 0
- 584
+ 12
- 0
\ No newline at end of file
+ 0
- 0
+ 21
- 22
\ No newline at end of file
+ 6
- 4
+ 35
- 45
\ 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
+ 95
- 90
+ 41
- 23
+ 58
- 0
+ 142
- 82
+ 73
- 38
+ 218
- 88
+ 336
- 147
+ 46
- 26
+ 13
- 13
\ No newline at end of file
\ No newline at end of file
+ 1
- 2
+ 136
- 0