Subversion Repositories FlightCtrl

Rev

Rev 2059 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2059 Rev 2062
Line 130... Line 130...
130
  uint8_t accFilterConstant;
130
  uint8_t accFilterConstant;
Line 131... Line 131...
131
 
131
 
132
  uint8_t zerothOrderCorrection;
132
  uint8_t zerothOrderCorrection;
133
  uint8_t zerothOrderCorrectionAccTolerance;
133
  uint8_t zerothOrderCorrectionAccTolerance;
-
 
134
  uint8_t zerothOrderCorrectionControlTolerance;
-
 
135
 
-
 
136
  uint8_t maxControlActivity; // old version for comparison.
-
 
137
  uint8_t maxAccVector;
134
  uint8_t zerothOrderCorrectionControlTolerance;
138
 
135
  uint8_t driftCompDivider; // 1/k  (Koppel_ACC_Wirkung)
139
  uint8_t driftCompDivider; // 1/k  (Koppel_ACC_Wirkung)
Line 136... Line 140...
136
  uint8_t driftCompLimit;   // limit for gyrodrift compensation
140
  uint8_t driftCompLimit;   // limit for gyrodrift compensation
137
 
141