mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Move to pid.c, add relax to offset drag based component, make configurable
This commit is contained in:
parent
4442de5591
commit
d4512672fe
3 changed files with 20 additions and 1 deletions
|
@ -156,7 +156,10 @@ typedef struct pidProfile_s {
|
|||
uint8_t launchControlAngleLimit; // Optional launch control angle limit (requires ACC)
|
||||
uint8_t launchControlGain; // Iterm gain used while launch control is active
|
||||
uint8_t launchControlAllowTriggerReset; // Controls trigger behavior and whether the trigger can be reset
|
||||
uint8_t use_integrated_yaw; // Selects whether the yaw pidsum should integrated
|
||||
uint8_t integrated_yaw_relax; // Specifies how much integrated yaw should be reduced to offset the drag based yaw component
|
||||
} pidProfile_t;
|
||||
|
||||
|
||||
PG_DECLARE_ARRAY(pidProfile_t, MAX_PROFILE_COUNT, pidProfiles);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue