Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1775 | - | 1 | Userparam 3: Projection throttle effect. |
2 | |||
1645 | - | 3 | Userparam 4: Throttle stick D value. Recommended: 12-15. Good fun to fly with. |
1635 | - | 4 | |
1612 | dongfang | 5 | Userparam 5: Filter control. |
1645 | - | 6 | bits 0-1: Gyro signal for the flight control PID (filter constants 1-4) |
7 | bits 2-3: Gyro signal for the attitude angle integration (ATT) (filter constants 1-4) |
||
8 | bits 4-5: GyroD (filter constants 1-4) |
||
9 | bits 6-7: Acc. (filter constants 1-4) |
||
1612 | dongfang | 10 | |
11 | Userparam6: Motor smoothing. |
||
12 | 0: No filter |
||
13 | 1: 50% new 50% old |
||
14 | 2: As H&I |
||
15 | 3: Reverse H&I |
||
16 | |||
1645 | - | 17 | Userparam7: Yaw I factor. Default 0 (may be nasty to fly!). Recommended: ca. 100. |
1612 | dongfang | 18 | |
19 | Userparam8: Acc integral correction Z axis limit. Default 0 (!) |
||
20 | |||
21 | Other params: |
||
1614 | dongfang | 22 | GyroAccFactor = 0'th order integral drift correction - acceleration sensor part as 1/1000s. |
23 | Default 5 (ENC-03) |
||
24 | GyroAccTrim = -1'th order integral drift correction - |
||
25 | Offset corrections are divided by this before added to offsets. Default 2. |
||
26 | DriftComp = Max offset correction per iteration (=per 1/2 second). |
||
1635 | - | 27 | This limits the value _before_ division by GyroAccTrim. Default 32 (ENC-03) |
1612 | dongfang | 28 | |
1645 | - | 29 | Rotary rate limiter flag ON = The gyro signals for flight control are extrapolated with |
30 | a sharp rise in "virtual" rotation rates when the gyros are near saturation. This |
||
31 | prevents (via the flight control) the copter from turning fast enough that the gyros |
||
32 | saturate. Saturation will have the effect that stick controls overwhelm the (now clipped) |
||
33 | gyro feedback in the flight control, and the copter flips VERY fast. Saturation is |
||
34 | normally undesirable but it provides for a very entertaining stunt! |
||
35 | The rotary rate limiter (beginner feature to make the copter _very_ irresponsive to |
||
36 | stick controls) was removed. |