From 4ba55ad594ebb387547a2c9910ba45e3f1bf3c3c Mon Sep 17 00:00:00 2001 From: Trishna Saeharaseelan <trishna.saeharaseelan@noc.ac.uk> Date: Wed, 23 Nov 2022 14:13:47 +0000 Subject: [PATCH] refactor(docs): add row for autonomy engine's mission plan --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0bf377..9ba92a9 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ Consists of all messages transferred into and out of the Communications Backbone | Type | Summary of File | Human-Readable | |--------------------------- | ------------------------------------------------------------------------------------------------ | ----------------| -| `autonomy_configuration` | Â Autonomy Engine's Configuration file | Yes | +| `autonomy_configuration` | Â Autonomy Engine's Configuration file (sent by each C2 if there are any changes) | Yes | +| `autonomy_mission_plan` | Â Mission plan generated by Autonomy Engine per platform | Yes | | `mission_plan` | Â Encoded/serialized platform-specific mission plan **(shared filepath)** | No | -| `platform_status\` | Â Encoded/serialized platform-specific platform status **(shared filepath)** | No | +| `platform_status` | Â Encoded/serialized platform-specific platform status **(shared filepath)** | No | | `platform_status` | Decoded/de-serialized generic platform status | Yes | | `observation` | Â Encoded/serialized observation data from platform for Autonomy Engine **(shared filepath)** | No | | `observation` | Â Decoded/de-serialized observation data from platform for Autonomy Engine | Yes | -- GitLab