Skip to content

Commit

Permalink
call set_v_wind_gnd
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Mar 27, 2024
1 parent 247285d commit 15c786a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flightpathplanner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ W_FIG = 36.0 # valid values: 36, 28

TRANS_FACTOR = 2.3 # 1.5
DIRECT = false # skip intermediate target point
CLEAN = false # do not use any correction

PSI_DOT_MAX = 3.0

Expand Down Expand Up @@ -415,6 +414,7 @@ function start(fpp::FlightPathPlanner)
# see: Table 5.3
_switch(fpp, POWER)
end
set_v_wind_gnd(fpp.fpca, se().v_wind)
end

# Check, if the new flight path planner is active.
Expand Down

0 comments on commit 15c786a

Please sign in to comment.