mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Merge pull request #11476 from fahadshihab/patch-1
This commit is contained in:
commit
f7f5c0d864
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ static bool imuUpdated = false;
|
|||
// the limit (in degrees/second) beyond which we stop integrating
|
||||
// omega_I. At larger spin rates the DCM PI controller can get 'dizzy'
|
||||
// which results in false gyro drift. See
|
||||
// http://gentlenav.googlecode.com/files/fastRotations.pdf
|
||||
// https://drive.google.com/file/d/0ByvTkVQo3tqXQUVCVUNyZEgtRGs/view?usp=sharing&resourcekey=0-Mo4254cxdWWx2Y4mGN78Zw
|
||||
|
||||
#define SPIN_RATE_LIMIT 20
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue