Create initial message schemas
11 unresolved threads
examples
all
acknowledgement.json +0 -12
compiled_mission_plan.json +0 -0
compiled_observation.json +0 -0
compiled_platform_status.json +0 -0
emergency.json +0 -0
mission_plan.json +0 -24
observation.json +0 -18
planning_configuration.json +0 -103
platform_status.json +0 -40
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
acknowledgement.json +1 -1
mission_plan.json +1 -1
platform_status.json +1 -0
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 +23 -103
platform_status.py +38 -177
.gitignore +1 -0
generate_swagger.py +36 -39
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
+ 157
- 0
\ No newline at end of file
\ No newline at end of file
+ 62
- 99
\ No newline at end of file
+ 8
- 25
+ 60
- 58
+ 20
- 84
+ 35
- 67
+ 23
- 103
+ 38
- 177
+ 1
- 0
+ 36
- 39