Create initial message schemas
11 unresolved threads
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
docs
__init__.py +0 -8
generate_swagger.py +0 -575
examples
autonomy_engine
mission_plan.json +0 -0
planning_configuration.json +0 -0
ecosub_c2
mission_plan.json +54 -0
observation.json +24 -0
platform_status-from_usbl_example.json +17 -0
platform_status.json +40 -0
gui
emergency_stop.json +0 -0
planning_configuration.json +157 -0
hydrosurv_adapter
acknowledgement.json +12 -0
mission_plan.json +26 -0
platform_status.json +26 -0
formats
__init__.py +47 -93
acknowledgement.py +24 -23
mission_plan.py +80 -83
observation.py +59 -40
planning_configuration.py +176 -88
platform_status.py +182 -150
project
soar
SOAR_README.md +51 -0
soar_protocol.json +697 -0
SOAR_README.md +0 -31
.gitignore +1 -0
README.md +15 -13
__init__.py +1 -2
generate_schema_config.py +93 -0
+ 0
- 8
+ 0
- 575
+ 54
- 0
\ No newline at end of file
+ 24
- 0
\ No newline at end of file
+ 157
- 0
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
+ 47
- 93
\ No newline at end of file
+ 24
- 23
+ 80
- 83
+ 59
- 40
+ 176
- 88
+ 182
- 150
+ 51
- 0
+ 697
- 0
Files with large changes are collapsed by default.
+ 0
- 31
+ 1
- 0
+ 15
- 13
\ No newline at end of file
\ No newline at end of file
+ 1
- 2
+ 93
- 0
\ No newline at end of file