Create initial message schemas
11 unresolved threads
examples
all
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 -41
ecosub_c2
mission_plan.json +51 -22
observation.json +16 -10
platform_status-from_usbl_example.json +17 -0
platform_status.json +36 -40
gui
emergency_stop.json +0 -0
planning_configuration.json +157 -0
hydrosurv_adapter
acknowledgement.json +6 -6
mission_plan.json +25 -23
platform_status.json +25 -40
formats
__init__.py +0 -101
acknowledgement.py +5 -26
message_wrapper.py +11 -8
mission_plan.py +19 -86
observation.py +39 -59
planning_configuration.py +72 -119
platform_status.py +69 -240
README.md +1 -1
generate_swagger.py +3 -4
\ No newline at end of file
\ No newline at end of file
+ 51
- 22
\ No newline at end of file
+ 16
- 10
\ No newline at end of file
+ 17
- 0
\ No newline at end of file
+ 36
- 40
\ No newline at end of file
+ 157
- 0
+ 0
- 101
+ 5
- 26
+ 11
- 8
+ 19
- 86
+ 39
- 59
+ 72
- 119
+ 69
- 240
+ 1
- 1
+ 3
- 4