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
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2147,6 +2147,12 @@ 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
2158
default_value: 40
@@ -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