Create initial message schemas
formats
__init__.py +1 -15
acknowledgement.py +6 -6
message_wrapper.py +0 -61
mission_plan.py +6 -5
observation.py +27 -31
planning_configuration.py +8 -9
platform_status.py +145 -153
project/soar
SOAR_README.md +0 -0
soar_protocol.json +547 -0
README.md +2 -0
generate_schema_config.py +93 -0
generate_swagger.py +0 -133
+ 1
- 15
\ No newline at end of file
+ 6
- 6
+ 0
- 61
+ 6
- 5
+ 27
- 31
+ 145
- 153
+ 547
- 0
+ 2
- 0
+ 93
- 0
+ 0
- 133