Create initial message schemas
11 unresolved threads
docs
__init__.py +0 -8
generate_swagger.py +0 -631
examples
all
acknowledgement.json +8 -9
mission_plan.json +19 -20
observation.json +1 -1
platform_status.json +35 -35
hydrosurv_adapter
acknowledgement.json +8 -9
mission_plan.json +19 -20
platform_status.json +35 -35
formats
__init__.py +95 -95
acknowledgement.py +39 -22
message_wrapper.py +58 -0
mission_plan.py +140 -72
observation.py +70 -38
planning_configuration.py +218 -90
platform_status.py +333 -164
project
SOAR_README.md +7 -0
README.md +8 -1
__init__.py +0 -1
generate_swagger.py +136 -0
+ 0
- 8
+ 0
- 631
\ No newline at end of file
+ 19
- 20
\ No newline at end of file
+ 1
- 1
+ 35
- 35
\ 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
- 95
+ 39
- 22
+ 58
- 0
+ 140
- 72
+ 70
- 38
+ 218
- 90
+ 333
- 164
+ 7
- 0
+ 8
- 1
+ 0
- 1
+ 136
- 0