Hi all !I build an y6 frame with alu and i tried to make it fly with 2.0.32 but it was completly not stable even when i tries to change the pid rate !!Finaly i ve decide to try the last 2.0.34 to see, and surprise my Y6 with 90 degree between front arms CAN fly !!!!I ve made a video yesterday so you CAN see the results.
Thanks Max i Will try this modification of the code ? But Could You explain ( just to understand )
Why 90 degree ? Because the look is better !!! Looks like a tirex :)
Someone CAN explain Why it CAN Fly with the new pid of .34 ??
Comments
Patrice what mode you were flying? Stable or acro?
Here is the general info on motors mixing from Ardu Pirates... numbers in AC2.0 are the Sin and Cos in relation to CG.
Why 90 degree ? Because the look is better !!! Looks like a tirex :)
Someone CAN explain Why it CAN Fly with the new pid of .34 ??
no need for change the code..
but why shouldn't it fly?
Looks jumpy :) Why 90° between front arms ?
For 90° you need to make changes in the code... If I'm not mistaking..
In motors_y6.pde change this:
int roll_out = (float)g.rc_1.pwm_out * .866;
int pitch_out = g.rc_2.pwm_out / 2;
TO
int roll_out = (float)g.rc_1.pwm_out * .707;
int pitch_out = g.rc_2.pwm_out * .707;
Nice construction,
which Motor/Prop combination you are using?