15 lines
609 B
Markdown
15 lines
609 B
Markdown
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]
|
|
|
|
``` |