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
mission_plan.json +1 -1
platform_status.json +1 -0
formats
__init__.py +0 -101
acknowledgement.py +4 -25
message_wrapper.py +6 -4
mission_plan.py +17 -84
observation.py +11 -52
planning_configuration.py +20 -103
platform_status.py +26 -178
generate_swagger.py +1 -2
\ 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
+ 0
- 101
+ 4
- 25
+ 6
- 4
+ 17
- 84
+ 11
- 52
+ 20
- 103
+ 26
- 178
+ 1
- 2