mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Removed tricopter yaw gyro smoothing from imuUpdate
This commit is contained in:
parent
fe40472050
commit
318592b063
3 changed files with 7 additions and 15 deletions
|
@ -62,7 +62,7 @@ void imuConfigure(
|
|||
);
|
||||
|
||||
void calculateEstimatedAltitude(uint32_t currentTime);
|
||||
void imuUpdate(rollAndPitchTrims_t *accelerometerTrims, uint8_t mixerMode);
|
||||
void imuUpdate(rollAndPitchTrims_t *accelerometerTrims);
|
||||
float calculateThrottleAngleScale(uint16_t throttle_correction_angle);
|
||||
int16_t calculateThrottleAngleCorrection(uint8_t throttle_correction_value);
|
||||
float calculateAccZLowPassFilterRCTimeConstant(float accz_lpf_cutoff);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue