Create initial message schemas
11 unresolved threads
examples/hydrosurv_adapter
acknowledgement.json +1 -1
formats
__init__.py +64 -0
acknowledgement.py +3 -8
message_wrapper.py +60 -60
mission_plan.py +4 -1
observation.py +30 -21
planning_configuration.py +4 -1
platform_status.py +14 -1
generate_swagger.py +42 -38
\ No newline at end of file
+ 64
- 0
\ No newline at end of file
+ 3
- 8
+ 60
- 60
+ 4
- 1
+ 30
- 21
+ 14
- 1
+ 42
- 38