Create initial message schemas
11 unresolved threads
examples
all
acknowledgement.json +8 -9
mission_plan.json +19 -20
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
acknowledgement.py +11 -9
message_wrapper.py +7 -6
mission_plan.py +9 -9
observation.py +33 -12
planning_configuration.py +59 -23
platform_status.py +45 -64
project
SOAR_README.md +7 -0
README.md +7 -0
generate_swagger.py +5 -3
\ No newline at end of file
+ 19
- 20
\ No newline at end of file
+ 39
- 40
\ No newline at end of file
\ No newline at end of file
+ 51
- 22
\ No newline at end of file
+ 16
- 10
\ No newline at end of file
+ 35
- 40
\ 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
+ 11
- 9
+ 7
- 6
+ 9
- 9
+ 33
- 12
+ 59
- 23
+ 45
- 64
+ 7
- 0
+ 7
- 0
+ 5
- 3