mirror of
https://gitlab.com/lander-team/concept-of-operations.git
synced 2025-06-15 22:46:49 +00:00
Upload New File
This commit is contained in:
commit
4b2d9ec3b8
26
readme.md
Normal file
26
readme.md
Normal file
@ -0,0 +1,26 @@
|
||||
# Concept Of Operations
|
||||
|
||||
```mermaid
|
||||
flowchart TD;
|
||||
j -.no.-> h
|
||||
subgraph Descent
|
||||
a[Deorbit Burn] --> b[Trajectory Optimization]
|
||||
b --> c[Hoverslam Altitude?]
|
||||
c -.no.-> b
|
||||
c -.yes.-> d[Controlled Landing]
|
||||
d-->dd[Touchdown]
|
||||
end
|
||||
|
||||
subgraph Ascent
|
||||
f[Engine Ignition]
|
||||
f --> g[Controlled Takoff]
|
||||
g --> h[Orbital Burn]
|
||||
h --> j[Desired Orbit?]
|
||||
j -.yes.->jj[Mission End]
|
||||
end
|
||||
|
||||
dd --> g1[unload/load mining equipment]
|
||||
g1 --> Ascent
|
||||
|
||||
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user