Developer

Arducopter 2.0.34 Preview

Hi All, 

I just posted a new experimental version of Arducopter with new PIDs and control laws for Yaw. It's download only for now and I wouldn't recommend trying it unless you can rigorously test it. Please be careful. I've flown this in Stable, Simple, Acro, Loiter, and Alt Hold with no known issues. But you never know! This version is not yet compatible with the mission planner.

 

What's new:

New PIDs - I rewrote the control laws from scratch to add a PI Rate function. The end result should fly nearly identically to the current version. The nice detail is that we can use NG PID values for easy transition!

Before: ->  After

Stabilize P –> Stabilize P (Use NG values, or 8.3 x the older AC2 value)

Stabilize I –> Stabilize I (Stays same value)

Stabilize D –> Rate P (Stays same value)

–> Rate I (new)

 

I added a new value – an I term for rate. The old stabilization routines did not use this term. Please refer to the config.h file to read more about the new PIDs.

I added the framework for using DCM corrected Accelerometer rates. Code is commented out for now.

Added set home at Arming.

Crosstrack is now a full PID loop, rather than just a P gain for more control.
Throttle now slews when switching out of Alt hold or Auto modes for less jarring transitions

Sonar and Baro PIDs are now combined into a throttle PID Yaw control is completely re-written.

 

Jason

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

Join diydrones

Email me when people reply –

Replies

  • Hi Jason, I continue fighting with my yaw problems.....
    Have you change the yaw stick dead_zone from 5º/8º in 2.0.33 to 0.6º in 2.0.34?
    My cheap turnigy radio has a +-2º noise in the yaw stick and this caused me problems with 2.0.34.
    I will try tomorrow increasing the dead_zone... don't know if I can have undesired effects...

    In any case, awesome job Jason... keep pushing! Mikrokopter is not far away!
  • hm converted..but where is that magic number?

     

    3692235613?profile=original

  • My magnetic is 6.39 ? right ? 3692235582?profile=original
  • jason
    you so hard worker... bravo...
    btw what motor+prop+frame size, you using for this test? please... share.
    becouse i have see some of your video test, and many diffrent motor you use.

    and my 2nd problem is about compas.

    when i enable compas the yaw is not lock
    alway go ringht about 5degre and back left 5degre and continue repeat.

    but if i disable (just disable compass no change any ) the yaw is good,



    maybe i wrong setting declination

    can you help me to check my declination, please...

    my coordinat is LAT:6°21'51.53"S, LONG:106°48'54.97"E

    i check my declinasion is 0.44 (hope i wrong)


    hope you can understand my text and i can using arducopter again :D
    many thank's

  • 3D Robotics
    For those who want to test this code, it's here. Use Arduino to compile and upload to your copter.
  • Waiting for YAW improvements! THANKS
  • 100KM

    Wow, you certainly have been busy !

    Those improvements all sound really promising.  I'm gonna take my copter to a show tomorrow, so I won't fiddle with it now, but on monday I'll give the new code a shakedown !

  • Hi Jason, very good enhancements. Like to set home at arming, but why the 'tune down compass'  (dmc_yaw_kp & ki) in the arming routine?

     

    Another question, don't know if I'm wrong, but is altitude kept in the path between waypoints?.

    Guess the framework is made ready for rate controlled waypoint approach ?, speed up to next waypoint, slow down near the waypoint?

     

    You're one excellent coder!

    Menno

  • Awesome when wil it be ready for th MP?

     

This reply was deleted.

Activity