Create initial message schemas
examples
ecosub_c2
mission_plan.json +1 -1
platform_status.json +1 -0
gui
emergency_stop.json +0 -0
planning_configuration.json +157 -0
hydrosurv_adapter
mission_plan.json +1 -1
platform_status.json +1 -0
formats
__init__.py +0 -101
acknowledgement.py +12 -24
message_wrapper.py +6 -4
mission_plan.py +18 -85
observation.py +12 -53
planning_configuration.py +21 -104
platform_status.py +27 -179
.gitignore +1 -0
generate_swagger.py +33 -39
+ 157
- 0
\ No newline at end of file
+ 0
- 101
+ 12
- 24
+ 6
- 4
+ 18
- 85
+ 12
- 53
+ 21
- 104
+ 27
- 179
+ 1
- 0
+ 33
- 39