Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Oct 24, 2024
1 parent 2fa0fba commit f67e055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/steering_test_4p.jl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function plot_steering_vs_turn_rate()
delta = delay(sl.steering, sl.var_15./sl.v_app)
println("delay of turnrate: $(delta*dt) s")
delayed_steering = shift_vector(sl.steering, delta)
G = sl.var_15./sl.v_app./delayed_steering
G = sl.var_15./sl.v_app./delayed_steering # °/s / m/s = °/m
for (i, g) in enumerate(G)
if abs(delayed_steering[i]) < 0.1
G[i] = NaN
Expand Down

0 comments on commit f67e055

Please sign in to comment.