Rev 1635 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1635 | Rev 1645 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | User param 4: Throttle stick D value. |
1 | Userparam 4: Throttle stick D value. Recommended: 12-15. Good fun to fly with. |
Line 2... | Line 2... | ||
2 | 2 | ||
3 | Userparam 5: Filter control. |
3 | Userparam 5: Filter control. |
4 | bits 0-1: Gyros 1st order |
4 | bits 0-1: Gyro signal for the flight control PID (filter constants 1-4) |
5 | bits 2-3: Gyros 2nd order |
5 | bits 2-3: Gyro signal for the attitude angle integration (ATT) (filter constants 1-4) |
6 | bits 4-5: GyroD (in series with 1st order) |
6 | bits 4-5: GyroD (filter constants 1-4) |
Line 7... | Line 7... | ||
7 | bits 6-7: Acc. |
7 | bits 6-7: Acc. (filter constants 1-4) |
8 | 8 | ||
9 | Userparam6: Motor smoothing. |
9 | Userparam6: Motor smoothing. |
10 | 0: No filter |
10 | 0: No filter |
11 | 1: 50% new 50% old |
11 | 1: 50% new 50% old |
Line 12... | Line 12... | ||
12 | 2: As H&I |
12 | 2: As H&I |
Line 13... | Line 13... | ||
13 | 3: Reverse H&I |
13 | 3: Reverse H&I |
Line 14... | Line -... | ||
14 | - | ||
15 | Userparam7: Yaw I factor. Default 0 (may be nasty to fly!) |
14 | |
16 | 15 | Userparam7: Yaw I factor. Default 0 (may be nasty to fly!). Recommended: ca. 100. |
|
17 | Userparam8: Acc integral correction Z axis limit. Default 0 (!) |
16 | |
18 | 17 | Userparam8: Acc integral correction Z axis limit. Default 0 (!) |
|
19 | 18 | ||
20 | Other params: |
19 | Other params: |
21 | GyroAccFactor = 0'th order integral drift correction - acceleration sensor part as 1/1000s. |
20 | GyroAccFactor = 0'th order integral drift correction - acceleration sensor part as 1/1000s. |
Line 22... | Line -... | ||
22 | Default 5 (ENC-03) |
- | |
23 | GyroAccTrim = -1'th order integral drift correction - |
- | |
24 | Offset corrections are divided by this before added to offsets. Default 2. |
- | |
25 | DriftComp = Max offset correction per iteration (=per 1/2 second). |
- | |
26 | This limits the value _before_ division by GyroAccTrim. Default 32 (ENC-03) |
21 | Default 5 (ENC-03) |
- | 22 | GyroAccTrim = -1'th order integral drift correction - |
|
- | 23 | Offset corrections are divided by this before added to offsets. Default 2. |
|
- | 24 | DriftComp = Max offset correction per iteration (=per 1/2 second). |
|
- | 25 | This limits the value _before_ division by GyroAccTrim. Default 32 (ENC-03) |
|
- | 26 | ||
- | 27 | Rotary rate limiter flag ON = The gyro signals for flight control are extrapolated with |
|
- | 28 | a sharp rise in "virtual" rotation rates when the gyros are near saturation. This |
|
- | 29 | prevents (via the flight control) the copter from turning fast enough that the gyros |
|
27 | 30 | saturate. Saturation will have the effect that stick controls overwhelm the (now clipped) |