Create initial message schemas
11 unresolved threads
docs
generate_swagger.py +114 -67
examples
all
acknowledgement.json +4 -2
compiled_mission_plan.json +0 -0
compiled_observation.json +0 -0
compiled_platform_status.json +0 -0
emergency.json +0 -0
mission_plan.json +5 -5
observation.json +5 -3
planning_configuration.json +4 -2
platform_status.json +15 -25
autonomy_engine
planning_configuration.json +0 -101
ecosub_c2
mission_plan.json +25 -0
observation.json +5 -3
platform_status.json +44 -0
hydrosurv_adapter
acknowledgement.json +4 -2
mission_plan.json +5 -5
platform_status.json +15 -25
formats
__init__.py +15 -10
acknowledgement.py +3 -2
mission_plan.py +4 -12
observation.py +7 -4
planning_configuration.py +4 -2
platform_status.py +34 -14
project
SOAR_README.md +117 -26
__init__.py +1 -1
+ 114
- 67
\ No newline at end of file
+ 0
- 0
+ 5
- 5
+ 5
- 3
+ 15
- 25
\ 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
+ 4
- 2
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
+ 15
- 10
+ 3
- 2
+ 4
- 12
+ 7
- 4
+ 34
- 14
+ 117
- 26
\ No newline at end of file
+ 1
- 1