Skip to content

Commit

Permalink
Add mwe_08.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Jul 27, 2024
1 parent 664fcab commit a06ea0d
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions mwes/mwe_08.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Dict(:time => 0,
:t_sim => 0,
:sys_state => 0,
:e_mech => 0,
:orient => [0.530989, 0.466959, -0.466959, -0.530989],
:elevation => 1.2426,
:azimuth => 0,
:l_tether => 150,
:v_reelout => 0,
:force => 559.847,
:depower => 0.25,
:steering => 0,
:heading => 0,
:course => 0,
:v_app => 12.5799,
:vel_kite => [0, 0, 0],
:X => Union{Float64, Int64}[0, 8.90221, 17.5546, 25.9174, 33.9673, 41.687, 49.0618, 49.2317, 50.7465, 50.4513, 50.4513],
:Y => Union{Float64, Int64}[0, 0, 0, 0, 0, 0, 0, 0, 0, 2.84247, -2.84247],
:Z => Union{Float64, Int64}[0, 23.41, 46.9136, 70.5217, 94.2383, 118.064, 142.0, 147.029, 149.031, 146.739, 146.739],
:var_01 => 0,
:var_02 => 0,
:var_03 => 0,
:var_04 => 0,
:var_05 => 0,
:var_06 => 0,
:var_07 => 0,
:var_08 => 0,
:var_09 => 0,
:var_10 => 0,
:var_11 => 0,
:var_12 => 0,
:var_13 => 0,
:var_14 => 0,
:var_15 => 0,
:var_16 => 0
)

0 comments on commit a06ea0d

Please sign in to comment.