This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
yawing [2016/11/27 11:29] silverxxx |
yawing [2016/11/27 11:31] (current) silverxxx |
||
---|---|---|---|
Line 1: | Line 1: | ||
==== My Quad yaws and or banks near full throttle! Is that normal? What to do against that? ==== | ==== My Quad yaws and or banks near full throttle! Is that normal? What to do against that? ==== | ||
- | First of all, lets explain why Silverware | + | First of all, lets explain why Silverware |
BUT if not, you get the mentioned problems! | BUT if not, you get the mentioned problems! | ||
Line 29: | Line 29: | ||
const float integrallimit[PIDNUMBER] = { 0.8 , 0.8 , 0.4 }; // | const float integrallimit[PIDNUMBER] = { 0.8 , 0.8 , 0.4 }; // | ||
</ | </ | ||
- | The default limit for roll and pitch is 0.8, and for yaw 0.4 in this case.\\ | + | |
+ | The default limit for roll and pitch is 0.8, and for yaw 0.4 in this case. | ||
The yaw pid limit could be increased from 0.4 in both places or the other 2 axis could be reduced, for example. | The yaw pid limit could be increased from 0.4 in both places or the other 2 axis could be reduced, for example. | ||