Create initial message schemas
examples
ecosub_c2
mission_plan.json +1 -1
hydrosurv_adapter
acknowledgement.json +1 -1
mission_plan.json +1 -1
formats
__init__.py +62 -99
acknowledgement.py +8 -25
message_wrapper.py +60 -58
mission_plan.py +20 -84
observation.py +35 -67
planning_configuration.py +9 -98
platform_status.py +32 -177
.gitignore +1 -0
generate_swagger.py +35 -37
\ No newline at end of file
+ 62
- 99
+ 8
- 25
+ 60
- 58
+ 20
- 84
+ 35
- 67
+ 9
- 98
+ 32
- 177
+ 1
- 0
+ 35
- 37