1
0
mirror of https://gitlab.com/lander-team/concept-of-operations.git synced 2025-06-16 06:56:47 +00:00

Update readme.md

This commit is contained in:
Anson Biggs 2021-03-17 02:13:43 +00:00
parent 4b2d9ec3b8
commit 12bebec88b

View File

@ -1,7 +1,8 @@
# Concept Of Operations # Concept Of Operations
```mermaid ```mermaid
flowchart TD; %%{init: {'theme':'neutral'}}%%
flowchart LR;
j -.no.-> h j -.no.-> h
subgraph Descent subgraph Descent
a[Deorbit Burn] --> b[Trajectory Optimization] a[Deorbit Burn] --> b[Trajectory Optimization]
@ -23,4 +24,4 @@ dd --> g1[unload/load mining equipment]
g1 --> Ascent g1 --> Ascent
``` ```