Create initial message schemas
11 unresolved threads
docs
__init__.py +0 -9
generate_swagger.py +0 -380
examples
all
acknowledgement.json +12 -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 +24 -0
observation.json +18 -0
planning_configuration.json +103 -0
platform_status.json +41 -0
autonomy_engine
configuration.jsonc +0 -71
autosub_c2
sample_autosub.alr-3.v1.mission_script.sbd +0 -0
sample_decoded_ah1_status.json +0 -199
ecosub_c2
mission_plan.json +25 -0
observation.json +18 -0
platform_status.json +44 -0
hydrosurv_adapter
acknowledgement.json +12 -0
mission_plan.json +24 -0
platform_status.json +41 -0
formats
__init__.py +109 -0
acknowledgement.py +47 -0
message_wrapper.py +58 -0
mission_plan.py +153 -0
observation.py +79 -0
planning_configuration.py +231 -0
platform_status.py +346 -0
project
SOAR_README.md +51 -0
CONTRIBUTING.md +73 -0
README.md +23 -77
__init__.py +6 -70
autonomy_configuration.py +0 -101
generate_swagger.py +136 -0
platform_status.py +0 -124
requirements.txt +4 -0
+ 0
- 9
+ 0
- 380
+ 12
- 0
\ No newline at end of file
File renamed with no changes. Show file contents
+ 0
- 0
+ 24
- 0
+ 18
- 0
\ No newline at end of file
+ 103
- 0
\ No newline at end of file
+ 41
- 0
\ No newline at end of file
sample_autosub.alr-3.v1.mission_script.sbd
Download\ 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
+ 109
- 0
+ 47
- 0
+ 58
- 0
+ 153
- 0
+ 79
- 0
+ 231
- 0
+ 346
- 0
+ 51
- 0
+ 73
- 0
Go to [`Merge Requests`](https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/-/merge_requests), add your comment and click `Add comment now`. Be sure to **tag partners** who should response. **Use `@`** followed by the **partner's username** or **tag a partner's** organisation by **adding a label**.
> A. To **comment directly on the** [**`master` branch**](https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/-/tree/master) directly, hover over the left column that shows the line numbers, and click on the **paperclip icon**. This copies the specific line of code. You can then proceed to pasting this link into a new issue as per [Raising New Ideas or Questions](#raising-new-ideas-or-questions).
> B. To **comment on a Merge Request**, hover over the left column that shows the line numbers, and click on the _paperclip_ or _comment bubble_ icon. This copies the line of code. You can then proceed to pasting this link into a new issue as per [Raising New Ideas or Questions](#raising-new-ideas-or-questions).
* **[Reference SoAR Message Format Slides](https://planetocean15.sharepoint.com/sites/IUKSoAR/Shared%20Documents/Forms/AllItems.aspx?id=%2Fsites%2FIUKSoAR%2FShared%20Documents%2FTechnical%2FTechnical%20meetings%2FDiscussions%E2%80%94%20Backbone%20Message%20Formats%2Epdf&viewid=1d649f5f%2Dd30e%2D482f%2Dbd77%2D9316a0023bf9&parent=%2Fsites%2FIUKSoAR%2FShared%20Documents%2FTechnical%2FTechnical%20meetings)**
> TEMPORARY: Pregenerated Swagger docs can be [viewed here](https://planetocean15.sharepoint.com/sites/IUKSoAR/Shared%20Documents/Forms/AllItems.aspx?id=%2Fsites%2FIUKSoAR%2FShared%20Documents%2FTechnical%2FTechnical%20meetings%2Finitial%2Dswagger%2Ddocs%2Ddraft%2Epdf&viewid=1d649f5f%2Dd30e%2D482f%2Dbd77%2D9316a0023bf9&parent=%2Fsites%2FIUKSoAR%2FShared%20Documents%2FTechnical%2FTechnical%20meetings).
\ No newline at end of file
+ 23
- 77
+ 6
- 70
+ 0
- 101
+ 136
- 0
+ 0
- 124
+ 4
- 0