-
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
Showing
2 changed files
with
20 additions
and
1 deletion.
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,19 @@ | ||
fpp_settings: | ||
log_level: 2 # log level, 0=quiet | ||
min_depower: 22.0 # in percent | ||
max_depower: 60 | ||
parking_depower: 25 | ||
min_length: 300 # meter | ||
max_length: 400.0 | ||
max_height: 400.0 | ||
beta_set: 26.0 # average elevation angle during reel-out in degrees | ||
w_fig: 36.0 # width of figure of eight in degrees | ||
psi_dot_max: 3.0 # max turn rate in deg/s | ||
r_min: 3.0 # minimal turn radius in degrees | ||
r_max: 4.5 # max turn radius in degrees | ||
heading_offset_low: 22.0 # degrees, before finishing the right and left turns | ||
heading_offset_int: 32.0 # dito, for the turn around the intermediate point | ||
heading_offset_high: 54.0 # dito, for elevation angles > 47.5 degrees | ||
heading_offset_up: 60.0 # degrees, before finishing the up-turn | ||
heading_upper_turn: 335 # degrees | ||
k_factor: 1.8 # a factor > 1 reduces the width of the intermediate phase |
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