Create initial message schemas
examples
ecosub_c2
mission_plan.json +1 -1
platform_status.json +1 -0
hydrosurv_adapter
mission_plan.json +1 -1
platform_status.json +1 -0
formats
__init__.py +0 -101
acknowledgement.py +11 -23
message_wrapper.py +6 -4
mission_plan.py +17 -84
observation.py +11 -52
planning_configuration.py +20 -103
platform_status.py +26 -178
.gitignore +1 -0
generate_swagger.py +24 -27
+ 0
- 101
+ 11
- 23
+ 6
- 4
+ 17
- 84
+ 11
- 52
+ 20
- 103
+ 26
- 178
+ 1
- 0
+ 24
- 27