-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Uwe Fechner
committed
Apr 16, 2024
1 parent
24a2a8f
commit da8a4f0
Showing
4 changed files
with
47 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
fpc_settings: | ||
dt: 0.025 # time step of the flight path controller | ||
log_level: 2 # log level, 0=quiet | ||
prn: false | ||
prn_ndi_gain: false | ||
prn_est_psi_dot: false | ||
prn_va: false | ||
use_radius: true | ||
use_chi: true | ||
|
||
reset_int1: true # reset the main integrator to the last estimated turn rate | ||
reset_int2: false # reset the integrator of the D part at the second time step | ||
reset_int1_to_zero: true | ||
init_opt_to_zero: false # if the root finder should start with zero | ||
|
||
p: 20.0 # P gain of the PID controller | ||
i: 1.2 # I gain of the PID controller | ||
d: 10.0 # D gain of the PID controller | ||
gain: 0.04 # additional factor for P, I and D | ||
c1: 0.0612998898221 # was: 0.0786 | ||
c2: 1.22597628388 # was: 2.508 | ||
|
||
k_c1: 1.6 # correction factor, used by the NDI block; increase k_c1, if the radius is too small; | ||
k_c2: 6.0 # C2 for the reelout phase was: 7.0 | ||
k_c2_high: 12.0 # C2 for the reelout phase at high elevation angles was: 14.0 | ||
k_c2_int: 0.6 # C2 for the intermediate phase LOW_RIGHT, LOW_TURN, LOW_LEFT | ||
k_ds: 2.0 # influence of the depower angle on the steering sensitivity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
system: | ||
sim_settings: "settings_hydra20.yaml" # model and simulator settings | ||
wc_settings: "wc_settings_8000.yaml" # winch controller settings | ||
sim_settings: "settings_hydra20.yaml" # model and simulator settings | ||
wc_settings: "wc_settings_8000.yaml" # winch controller settings | ||
fpc_settings: "fpc_settings_hydra20.yaml" # flight path controller settings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters