Test Arducopter 2.0.34

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.
E-mail me when people leave their comments –

You need to be a member of diydrones to add comments!

Join diydrones

Comments

  • Patrice what mode you were flying? Stable or acro?

  • thanks for this ! i will read it carefully but not Y6 description at first sight ? well i ll see.
  • Developer

    Here is the general info on motors mixing from Ardu Pirates... numbers in AC2.0 are the Sin and Cos in relation to CG.

  • 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 ??
  • no need for change the code..

    but why shouldn't it fly?

  • Developer

    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?

This reply was deleted.