Create initial message schemas
11 unresolved threads
docs
__init__.py +0 -8
examples
all
acknowledgement.json +8 -9
mission_plan.json +19 -20
observation.json +1 -1
platform_status.json +39 -40
ecosub_c2
mission_plan.json +51 -22
observation.json +16 -10
platform_status-from_usbl_example.json +17 -0
platform_status.json +35 -40
hydrosurv_adapter
acknowledgement.json +5 -6
mission_plan.json +24 -23
platform_status.json +24 -40
formats
__init__.py +95 -95
acknowledgement.py +41 -24
message_wrapper.py +59 -0
mission_plan.py +142 -74
observation.py +92 -39
planning_configuration.py +254 -90
platform_status.py +318 -168
project
SOAR_README.md +7 -0
README.md +8 -1
__init__.py +0 -1
generate_swagger.py +136 -0
+ 0
- 8
\ No newline at end of file
+ 19
- 20
\ No newline at end of file
+ 1
- 1
+ 39
- 40
+ 51
- 22
+ 16
- 10
+ 35
- 40
+ 95
- 95
+ 41
- 24
+ 59
- 0
+ 142
- 74
+ 92
- 39
+ 254
- 90
+ 318
- 168
+ 7
- 0
+ 8
- 1
+ 0
- 1