Strange yaw bug or is it me ?
Posted: 17 Jun 2008 22:15
I've found a strange behaviour.
If i keep the left stick (mode 2) to the minimum an put it to the left, the heli turns counter clockwise. Perfect.
Now, if I move the stick to the right, the heli starts to slide rapidly to its left !
If I give a little bit more gaz (just over the minimum), the heli correctly turns clockwise when I put the stick to the right.
PPM.xml :
If i keep the left stick (mode 2) to the minimum an put it to the left, the heli turns counter clockwise. Perfect.
Now, if I move the stick to the right, the heli starts to slide rapidly to its left !
If I give a little bit more gaz (just over the minimum), the heli correctly turns clockwise when I put the stick to the right.
PPM.xml :
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<project>
<Pitch>z</Pitch>
<InvertPitch>true</InvertPitch>
<Roll>x</Roll>
<InvertRoll>false</InvertRoll>
<Nick>y</Nick>
<InvertNick>true</InvertNick>
<Yaw>ry</Yaw>
<InvertYaw>true</InvertYaw>
<ServoPlusx>3.3449368</ServoPlusx>
<ServoMinusx>2.3093243</ServoMinusx>
<Offsetx>0.0</Offsetx>
<ServoPlusy>2.4250298</ServoPlusy>
<ServoMinusy>4.217117</ServoMinusy>
<Offsety>0.0</Offsety>
<ServoPlusz>3.1290107</ServoPlusz>
<ServoMinusz>3.2330537</ServoMinusz>
<Offsetz>0.0</Offsetz>
<ServoPlusrx>Infinity</ServoPlusrx>
<ServoMinusrx>Infinity</ServoMinusrx>
<Offsetrx>0.0</Offsetrx>
<ServoPlusry>3.5928729</ServoPlusry>
<ServoMinusry>2.2044537</ServoMinusry>
<Offsetry>0.0</Offsetry>
<Button1>none</Button1>
<Button2>none</Button2>
<Button3>none</Button3>
<Button4>none</Button4>
<Button5>none</Button5>
<Button6>none</Button6>
<InvertButton1>false</InvertButton1>
<InvertButton2>false</InvertButton2>
<InvertButton3>false</InvertButton3>
<InvertButton4>false</InvertButton4>
<InvertButton5>false</InvertButton5>
<InvertButton6>false</InvertButton6>
<Keyboard>112,idleUp1;113,idleUp2;114,autoRotation;115,reset</Keyboard>
</project>