You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/fc/settings.yaml
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2131,7 +2131,7 @@ groups:
2131
2131
max: 100
2132
2132
- name: nav_fw_pos_z_p
2133
2133
description: "P gain of altitude PID controller (Fixedwing)"
2134
-
default_value: 40
2134
+
default_value: 30
2135
2135
field: bank_fw.pid[PID_POS_Z].P
2136
2136
min: 0
2137
2137
max: 255
@@ -2147,9 +2147,15 @@ groups:
2147
2147
field: bank_fw.pid[PID_POS_Z].D
2148
2148
min: 0
2149
2149
max: 255
2150
+
- name: nav_fw_pos_z_ff
2151
+
description: "FF gain of altitude PID controller (Fixedwing)"
2152
+
default_value: 10
2153
+
field: bank_fw.pid[PID_POS_Z].FF
2154
+
min: 0
2155
+
max: 255
2150
2156
- name: nav_fw_alt_control_response
2151
2157
description: "Adjusts the deceleration response of fixed wing altitude control as the target altitude is approached. Decrease value to help avoid overshooting the target altitude."
2152
-
default_value: 20
2158
+
default_value: 40
2153
2159
field: fwAltControlResponseFactor
2154
2160
min: 5
2155
2161
max: 100
@@ -4390,15 +4396,15 @@ groups:
4390
4396
field: safeAltitudeDistance
4391
4397
min: 0
4392
4398
max: 10000
4393
-
- name: geozone_safehome_as_inclusive
4399
+
- name: geozone_safehome_as_inclusive
4394
4400
description: "Treat nearest safehome as inclusive geozone"
0 commit comments