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 +49 -100
acknowledgement.py +10 -27
message_wrapper.py +0 -59
mission_plan.py +22 -85
observation.py +17 -53
planning_configuration.py +28 -109
platform_status.py +146 -293
project/soar
SOAR_README.md +0 -0
soar_protocol.json +547 -0
.gitignore +1 -0
README.md +2 -0
generate_schema_config.py +93 -0
generate_swagger.py +0 -136
\ 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
+ 49
- 100
+ 10
- 27
+ 0
- 59
+ 22
- 85
+ 17
- 53
+ 28
- 109
+ 146
- 293
+ 547
- 0
+ 1
- 0
+ 2
- 0
+ 93
- 0
+ 0
- 136