Create initial message schemas
11 unresolved threads
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
docs
generate_swagger.py +303 -247
examples
all
acknowledgement.json +13 -0
compiled_mission_plan.json +0 -0
compiled_observation.json +0 -0
compiled_platform_status.json +0 -0
emergency.json +0 -0
mission_plan.json +25 -0
observation.json +18 -0
planning_configuration.json +103 -0
platform_status.json +41 -0
ecosub_c2
mission_plan.json +25 -0
observation.json +18 -0
platform_status.json +44 -0
hydrosurv_adapter
acknowledgement.json +13 -0
mission_plan.json +25 -0
platform_status.json +41 -0
formats
__init__.py +15 -10
acknowledgement.py +3 -2
mission_plan.py +6 -14
observation.py +11 -9
planning_configuration.py +4 -2
platform_status.py +34 -14
project
SOAR_README.md +39 -26
README.md +6 -13
__init__.py +1 -1
+ 303
- 247
Files with large changes are collapsed by default.
+ 13
- 0
\ No newline at end of file
File renamed with no changes. Show file contents
+ 0
- 0
File renamed with no changes. Show file contents
+ 0
- 0
+ 25
- 0
\ No newline at end of file
+ 18
- 0
\ No newline at end of file
+ 103
- 0
\ No newline at end of file
+ 41
- 0
\ No newline at end of file
+ 25
- 0
\ No newline at end of file
+ 18
- 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
\ No newline at end of file
+ 15
- 10
+ 3
- 2
+ 6
- 14
+ 11
- 9
+ 34
- 14
+ 39
- 26
+ 6
- 13
+ 1
- 1