From 6a0eacb2543bf84b5013db2edc1771857d99aa81 Mon Sep 17 00:00:00 2001 From: arrell_c Date: Wed, 24 May 2023 11:34:40 +0200 Subject: [PATCH] Create Aramis Contacts --- Aramis-Contacts.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Aramis-Contacts.md diff --git a/Aramis-Contacts.md b/Aramis-Contacts.md new file mode 100644 index 0000000..bf98cf3 --- /dev/null +++ b/Aramis-Contacts.md @@ -0,0 +1,15 @@ +Contact list in case of issues + +```mermaid + +%%{init:{'theme':'forest'}}%% +%%{init:{'themeCSS':'.messageLine0:nth-of-type(2) { stroke: red; };.messageText:nth-of-type(1) { fill: green; font-size: 30px !important;}; g:nth-of-type(3) rect.actor { stroke:blue;fill: pink; }; g:nth-of-type(5) .note { stroke:blue;fill: crimson; };#arrowhead path {stroke: blue; fill:red;};'}}%% + +flowchart TD + A[Aramis spatial diagnostics] --> B(Chris Arrell) + B --> |Not available| C{Type of issue} + C -->|Motion control| D[Scott Stubbs] + C -->|Camera issue| E[Scott Stubbs] + C -->|Data issue| F[Edwin Divall] + +``` \ No newline at end of file