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/flight/pid.h
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -97,11 +97,6 @@ typedef enum {
97
97
ITERM_RELAX_RPY
98
98
} itermRelax_e;
99
99
100
-
typedefenum {
101
-
ITERM_RELAX_GYRO=0,
102
-
ITERM_RELAX_SETPOINT
103
-
} itermRelaxType_e;
104
-
105
100
typedefstructpidProfile_s {
106
101
uint8_tpidControllerType;
107
102
pidBank_tbank_fw;
@@ -138,7 +133,6 @@ typedef struct pidProfile_s {
138
133
uint8_tnavVelXyDtermAttenuation; // VEL_XY dynamic Dterm scale: Dterm will be attenuatedby this value (in percent) when UAV is traveling with more than navVelXyDtermAttenuationStart percents of max velocity
139
134
uint8_tnavVelXyDtermAttenuationStart; // VEL_XY dynamic Dterm scale: Dterm attenuation will begin at this percent of max velocity
140
135
uint8_tnavVelXyDtermAttenuationEnd; // VEL_XY dynamic Dterm scale: Dterm will be fully attenuated at this percent of max velocity
141
-
uint8_titerm_relax_type; // Specifies type of relax algorithm
142
136
uint8_titerm_relax_cutoff; // This cutoff frequency specifies a low pass filter which predicts average response of the quad to setpoint
143
137
uint8_titerm_relax; // Enable iterm suppression during stick input
0 commit comments