Replies

  • @Hai, nice frame I almost got the same one 800mm size but decided Im too noob to fly around with this big of multirotor so I got small spy only. Hope to see your build.

     

    @Sasha do you own that site I ask Sergey before about that site he said you are friend.

  • Hi , Hai We will soon will stock spare parts for this hexaframe

    motor plates,

    motor mounts,

    carbon fiber arms

    main frame

    etc.

    at http://www.coptersky.com

  • Where did you get that frame?
  • Moderator

    This is the Hexa setup I need, but I'm not sure what I need to configure in the motor.pde file

     


    //Hexa Diamond Mode - 6 Motor system in diamond shape

    //      L  CCW 0.Front.0 CW  R           // 0 = Motor
    //                   ......***......                       // *** = APM
    //   L  CW     0.....***......0 CCW  R       // ***
    //                   ......***......                       // ***
    //     B  CCW 0..Back..0  CW  B          L = Left motors, R = Right motors, B = Back motors.

  • Moderator

    I noticed in the motor config that the orientation for the hexa is that there is a front and rear motor like the + config in the quad.  But my frame is more like X setup, with the front of the hexa and APM pointing in the middle of the front two motors.  ie.  I have a front right, front left motor, I have a right and a left motor, and I have a rear right and rear left motor.  So I need to change the motors.pde

     

    Can someone please explain to me this code in motors.pde  so I can make amendments to suit my frame.  My motor setup should be

    FrontLeft

    FrontRight

    Left

    Right

    RearLeft

    RearRight

     

    #if AIRFRAME == HEXA // Hexacopter mix
    LeftCWMotor = constrain(throttle + control_roll - (0.5 * control_pitch) - control_yaw, minThrottle, 2000); // Left Motor CW
    LeftCCWMotor = constrain(throttle + control_roll + (0.5 * control_pitch) + control_yaw, minThrottle, 2000); // Left Motor CCW
    RightCWMotor = constrain(throttle - control_roll - (0.5 * control_pitch) - control_yaw, minThrottle, 2000); // Right Motor CW
    RightCCWMotor = constrain(throttle - control_roll + (0.5 * control_pitch) + control_yaw, minThrottle, 2000); // Right Motor CCW
    FrontCWMotor = constrain(throttle + control_pitch - control_yaw, minThrottle, 2000); // Front Motor CW
    BackCCWMotor = constrain(throttle - control_pitch + control_yaw, minThrottle, 2000); // Back Motor CCW
    #endif

This reply was deleted.

Activity

Gremsy liked Gremsy's profile
Mar 12
DIY Robocars via Twitter
RT @chr1sa: Donkeycar 4.4 released with tons of new features, including path learning (useful with GPS outdoors), better Web and Lidar supp…
Nov 27, 2022
DIY Robocars via Twitter
RT @NXP: We are already biting our nails in anticipation of the #NXPCupEMEA challenge! 😉 Did you know there are great cash prizes to be won…
Nov 24, 2022
DIY Robocars via Twitter
RT @gclue_akira: レースまであと3日。今回のコースは激ムズかも。あと一歩 #jetracer https://t.co/GKcEjImQ3t
Nov 24, 2022
DIY Robocars via Twitter
UC Berkeley's DIY robocar program https://roar.berkeley.edu/
Nov 24, 2022
DIY Robocars via Twitter
RT @chr1sa: The next @DIYRobocars autonomous car race at @circuitlaunch will be on Sat, Dec 10. Thrills, spills and a Brazilian BBQ. Fun…
Nov 24, 2022
DIY Robocars via Twitter
RT @arthiak_tc: Donkey car platform ... Still training uses behavioral cloning #TCXpo #diyrobocar @OttawaAVGroup https://t.co/PHBYwlFlnE
Nov 20, 2022
DIY Robocars via Twitter
RT @emurmur77: Points for style. @donkeycar racing in @diyrobocars at @UCSDJacobs thanks @chr1sa for taking the video. https://t.co/Y2hMyj1…
Nov 20, 2022
DIY Robocars via Twitter
RT @SmallpixelCar: Going to @diyrobocars race at @UCSDJacobs https://t.co/Rrf9vDJ8TJ
Nov 8, 2022
DIY Robocars via Twitter
RT @SmallpixelCar: Race @diyrobocars at @UCSDJacobs thanks @chr1sa for taking the video. https://t.co/kK686Hb9Ej
Nov 8, 2022
DIY Robocars via Twitter
RT @PiWarsRobotics: Presenting: the Hacky Racers Robotic Racing Series in collaboration with #PiWars. Find out more and register your inter…
Oct 23, 2022
DIY Robocars via Twitter
RT @Hacky_Racers: There will be three classes at this event: A4, A2, and Hacky Racer! A4 and A2 are based around UK paper sizing and existi…
Oct 23, 2022
DIY Robocars via Twitter
Oct 23, 2022
DIY Robocars via Twitter
Oct 19, 2022
DIY Robocars via Twitter
Oct 18, 2022
DIY Robocars via Twitter
RT @NeaveEng: Calling all UK based folks interested in @diyrobocars, @f1tenth, @donkey_car, and similar robot racing competitions! @hacky_r…
Oct 13, 2022
More…