Create initial message schemas
11 unresolved threads
docs
__init__.py +0 -8
generate_swagger.py +0 -631
examples/all
observation.json +1 -1
formats
__init__.py +95 -95
acknowledgement.py +37 -22
message_wrapper.py +58 -0
mission_plan.py +140 -72
observation.py +69 -37
planning_configuration.py +218 -90
platform_status.py +333 -164
project
SOAR_README.md +0 -78
README.md +6 -13
__init__.py +0 -1
generate_swagger.py +134 -0
+ 0
- 8
+ 0
- 631
+ 1
- 1
+ 95
- 95
+ 37
- 22
+ 58
- 0
+ 140
- 72
+ 69
- 37
+ 218
- 90
+ 333
- 164
+ 0
- 78
\ No newline at end of file
+ 6
- 13
+ 0
- 1
+ 134
- 0