Developer

ArduCopter 2.9 / 2.9.1 released

ACRO bug (fixed in 2.9.1b): while doing flips in ACRO mode, if you switch to Stabilize while inverted your throttle will go to minimum.  To regain throttle control you need to switch back to ACRO then back to Stabilize again (i.e. switch to stabilize twice).  You never lose control of roll/pitch/yaw.

Loiter/AltHold/Auto/RTL bug: if you switch into these modes with throttle at zero motors will go to minimum until you raise the throttle.

Auto mode altitude bug (fixed in 2.9.1b): setting a waypoint altitude greater than 320m over home altitude may wrap around and instead be interpreted as a low altitude.

ArduCopter 2.9 is now in the mission planner and the downloads area!

The major improvement is we use inertial navigation to improve altitude hold.  This increased reliance on the accelerometers means you must do some additional set-up before flying:

1. Perform the new accelerometer calibration in the mission planner (video).  The auto-trim metho has also changed (video).

3690987999?profile=original

2. Add vibration dampening foam between your frame and the APM.  Some suggested materials: DuBrogelhk foam.

3690988058?profile=original

 3. If upgrading from 2.8.1, modify the throttle and altitude PID values:

  • Increase your Throttle Rate P, reduce I to zero, increase D
  • Increase Altitude Hold P, reduce I to zero
  • Tune Throttle Accel P and I terms but try to keep P about 1/2 the size of I

3690988113?profile=original

 

Here is the list of major changes (a more detailed list can be found in the release notes):  

  • Alt hold using inertial navigation (Leonard, Randy, Jonathan)
    • AUTO_VELZ_MIN, AUTO_VELZ_MAX parameters control the max climb/descent rate for the autopilot (cm/s)
    • PILOT_VELZ_MAX controls max climb/descent rate for the pilot (in cm/s)
  • Landing improvements (Leonard/Randy).  Copter will descend to 10m or until an object is sensed with the sonar.  Then slows to 50cm/s descent (speed can be adjusted with LAND_SPEED parameter). (video).
  • Surface tracking with sonar (Randy/Leonard).  Copter will attempt to maintain current distance from objects in front of sonar regardless of altitude.  Only used in alt-hold and loiter, not used for missions.  Sonar can be enabled/disabled with CH7 switch. (video)
  • Failsafe improvements (Randy/Craig/John Arne Birkeland) including bug fixes, additional check for PPM encoder failure and implementation of battery failsafe.  Set-up instructions are here.
  • Mediatek gps driver accuracy improvements and use of SBAS [Craig].  Instructions on upgrading your mediatek to firmware 1.9 are here.
  • Traditional Heli improvements (Rob) including (a) bringing heli code back into the fold, (b) enabled rate controller (previously only used angle controllers). (c) fix to rotor speed controllers - now operates by switching off channel 8.  (d) allow wider collective pitch range in acro and alt hold modes vs stabilize mode  (e) bug fix to allow collective pitch to use the entire range of servos
  • Acro trainer (Leonard). Copter will return to be generally upright if you release the sticks in acro mode.
    • ACRO_TRAINER : set to 1 to enable the auto-bring-upright feature
    • ACRO_BAL_ROLL, ACRO_BAL_PITCH : controls rate at which roll returns to level
  • Camera control improvements (Randy/Sandro Benigno):  (a) AP_Relay enabled for APM2  (b) Trigger camera with CH7 or DO_DIGICAM_CONTROL command  (c) Allow pilot override of yaw during missions and fixed CONDITIONAL_YAW command.
  • PPM sum support for transmitters with as few as 5 channels (Randy/Tridge/John Arne Birkeland).
  • Performance and memory useage improvements (Tridge).

 

As per usual PIDs are optimised for the 3DR/jDrones quad with 850 motors and 10" props. If you're using more powerful motors/props and are seeing bad flight behaviour in stabilize, start by turning down Rate Roll P in 25% steps.

Special thanks to our testing team lead Marco and the dedicated bunch on the 2.8.1 release thread who put their copters at risk while testing the pre-release version.  Some of their videos are here: 1 2 3 4 5 6 7 8

Please feel free to report issues you find in the discussion below and/or add them to the issues list.

 

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

Join diydrones

Email me when people reply –

Replies

  • Good work dev team!

    SBAS -- is HUGE win guys. Will start updating our stuff here.

  • Thank you for your efforts developers.

    Hex now uploaded with the new 2.9 and GPS 1.9, look forward to testing when this snow settles in the UK.

    Keep up the good work :-)

  • First of all thanks for that great Software.

    It's a shame, I cannot test it right now. We have lots of snow and, what is the bigger problem, lots of wind.

    So I use the timne to build a new Trikopter for my APM2.5.

    When I read the release notes, I see a note that the RTL will not be enabled when throttle is 0.

    Does this mean, that even the throttle failsafe will not work, when throttle is at 950 or something like that?

  • hi all

    testing cli over 3dradio telemetry all is ok except log download .. it remain with with empty dialog box ... is it my fault?

    3692595320?profile=original

  • Hi, just some observations in missionplaner:

    While setting up RTL altitude and RTL final altitude i get an LED pin error (Requester) upon writing the changes. After resetting apm and restarting mp i can verify, that the values are written correctly.

    Setting under advanced parameters MPU6000 filter to default in the drop down menue the value written to the variable in adv parameterlist reads: 0. The explanation text in the prior menue says that the default for arducopter is 42Hz. But when you change it to 42Hz the variable also reads 42 and not 0 anymore. Probably the default "0" will be interpreted as "42Hz" internally?

    Cheers

    Kraut Rob

  • Haven't been able to download it through Mission Planner yet..

    "Update Failed Timeouts are not supported on this stream."

     

    Guess will need to wait my turn :-).. 

     

    Craig

  • excellent team ... i work a lot for my job whit open source sw developer team ... this is over the top for many reason passion, commitment, competence, vision etc.  ... 

  • T3
    Thank you Development team. I look forward to try the new code.
  • Default value for AHRS_GPS_GAIN is 1.0 for 2.9 release. In the 2.8.1 release thread, some advise to lower this gain to 0 for 2.9-RCx. So, is it still necessary to lower this gain, for Mediatek user or Ublox user ?

    David

  • I think google code page is not maintained anymore since 8th of January. (http://code.google.com/p/ardupilot-mega/source/list?name=ArduCopter...)

    The new repository is here: https://github.com/diydrones/ardupilot/tree/ArduCopter-2.9

    Is there still any use of the googlecodepages?

This reply was deleted.

Activity