Commit e5c41f0a authored by Trishna Saeharaseelan's avatar Trishna Saeharaseelan
Browse files

fix(docs): README table format

parent 8c944219
......@@ -2,16 +2,16 @@
Consists of all messages transferred into and out of the Communications Backbone. Message type schemas will be developed once reviewing each platform's data and statuses defined by each partner.
## Message Types
* All messages will be wrapped in a `message_wrapper` that contains a standard `message_header`.
| Type | Summary of File | Human-Readable | SHARE FILE (Wrapped in Backbone message) |
| -------------------------- | ------------------------------------------------------------------------------------------------ | -------------- |-------------------------------------------|
| `autonomy_configuration` |  Autonomy Engine's Configuration file | Yes | No |
| `mission_plan` |  Encoded/serialized platform-specific mission plan **(shared filepath)** | No | Yes |
| `platform_status\` |  Encoded/serialized platform-specific platform status **(shared filepath)** | No | Yes |
| `platform_status` | Decoded/de-serialized generic platform status | Yes | No |
| `observation` |  Encoded/serialized observation data from platform for Autonomy Engine **(shared filepath)** | No | Yes |
| `observation` |  Decoded/de-serialized observation data from platform for Autonomy Engine | Yes | No |
------------------------------------
| Type | Summary of File | Human-Readable |
|--------------------------- | ------------------------------------------------------------------------------------------------ | ----------------|
| `autonomy_configuration` |  Autonomy Engine's Configuration file | 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` | 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 |
## Breakdown of Message Sources & Types
### 1/ Autonomy Engine
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment