Version 2.6 of the ArduCopter code is now available in the AP Mission Planner and in the downloads area!

 

Updates to MavLink 1.0 means you will need to use "ArdupilotMegaPlanner10.exe" to connect.  If you've updated your mission planner recently you should find this executable in the directory where the mission planner is installed.

 

The above video is done using a prototype 3dr ublox GPS which seems to have better accuracy than the standard mediatek.

 

Improvements over 2.5.5 include:
     - MavLink 1.0 support (use with ArdupilotMegaPlanner10.exe) [Tridge, Craig]

     - Stability improvements especially during level hover [Jason]

     - throttle range improvement (higher min and max) [Jason]

     - improved standard Loiter PIDs [Alan, Heino, Jason, Angel]

     - dataflash erase speed up ('+' messages removed but it only takes 6 seconds now) [Tridge]

     - Copter LEDs [Robert Lefebvre]

     - RTL loiter stage target set to home to improve final landing position [Jason]

     - flip & acro improvements [Jason]

     - circle mode target improvement for ground station [Jason]

     - Auto Approach [Adam Rivera / Marco]

 

Bug fixes include:

     - UBLOX driver fixes (lock should now be more reliable) [Tridge]

     - enable mavlink messages during dataflash erase which resolves issue in which new APMs fresh from the factory appeared unresponsive [Tridge]

     - proper printing of lat/lon values in dataflash logs [Randy]

     - removed duplicate GPS reads [Jason]

     - resolve flooding of telemetry link with low-battery warnings [Tridge]

     - RTL bug would land if rtl_approach_alt was more than 1 [Jason]

     - WP Radius could not be set larger than 1.3m [Jason/Randy]

 

Tuning:
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.

This time we spent some time optimising the loiter PIDs.  Tuning loiter can be tricky so please refer to the discussions which will appear below for more community feedback on what parameters work best.
 
All feedback welcome below.  Enhancement requests and bug reports can be put into the arducopter issues list.  When possible please include logs (tlog and/or dataflash) and tell us whether you're using APM1 or APM2 and what version of the software you're using (presumably 2.6 but tell us anyway!).

 

Happy flying!

Tags: ACM, APM1, APM2, Heli, Quad

Views: 52328

Reply to This

Replies to This Discussion

Has anyone an idea?

I am assuming you are using the Mediatek GPS... what kind of accuracy are you currently getting?

Here is a Link to one of my last flights. Here you could see, my GPS is not so exactly as i hoped. It fly in Loiter an radius of 10 - 15 meter.

Download Log File

 

Hope someone could help me with my Settings:

hi georg
could you please give us some information about your arducopter such as what motor,prop and Also wight...?
is alt hold works with these parameters?

motors Suppo 2212/13
 turnigy 18a plush
accu turnigy 2.200 mHa 30C
wight ca. 1.2000 Gramm

quadcopter X

Alt hold works fine. But the copter hold the position not so exatctly as I hoped...

Georg: Please upgrade to 2.7 via the MP. 

Hi,

If i unsolder compass module from APM1, place it like DJI style with cable and change orientation, do i need to comple code manually with edited module position like manual says:

http://code.google.com/p/arducopter/wiki/AC2_Magnetos

or is the new position handled with calibration in MP??

Regards Jani

Hi all,

just got back from field with broken tricopter ;o(

loaded v2.6 (slightly modified for LEDs, others untouched) and tried only basics (STAB, LOITER, RTL, AUTO, RTL ...)

When switched from RTL to stab copter seemed to not respond and gone away. I switched back to RTL but didn't help and copter fall down in the field. Luckily I found it ;o) (only broken arms and props). From logs I can see the roll (yellow curve) got crazy right before the copter fall down (around 7250).

Can somebody explain whats going on from log? (log attached)

Attachments:

When I dug bit in log file I found mag heading - went too high. Can somebody explain me what mag heading is (what units it is)?

Palo,

     Those are in degrees * 100.    So it's not terribly unusual for it to have big jumps like.  Now, if it wasn't really turning that much then something went wrong with the compass readings..looking at the rapidly changing roll, I'd guess that the compass offsets are bad..you can check this by leaning the copter left and right in your hand 10 or 20 degrees..does your compass heading change by more than 10 or 15 degrees?

-Randy

Palo,

     I had a look at your logs a bit.  CTUN is another useful log type to enable as it shows you your altitude and throttle info.  In any case..I'd say your roll and pitch PID values are not great.  Looks like you're getting familiar with checking the logs so you've probably already seen this but attached is your Pitch PID values with the pilot input being in red, the tri's actual attitude in green.  If you check out the time from 25~30, the copter is consistently 30 degrees off of what you're commanding it to do.  I'd say your PID values are far too low.  I'd suggest increasing the pitch rate controller's P value for sure.

     By the way, you can actually turn on PID logging for the controllers them selves.  "logs", "enable PID" then use channel 6 to tune their the stabilize controller or the inner rate controller and it should dump out the P, I and D values into the dataflash and that will give some more details about how well the controller is responding.

-Randy

Randy,

thanks a lot for your interest. When I stared flight I was almost sure the NTUN and CTUN are enabled too  but weren't ;o(

PIDs are taken from somebody from here with tricopter. These PIDs are the first I can flight the loiter with without fear.  When the PIDs are higher my tri in loiter is going crazy and aggressively hunting the position with pitch and roll over 50 or 70 degrees :-o.

Therefore I was glad with such lazy PIDs. But seems they should be really bit upgraded ;o) I have to learn inflight PID tuning, didn't try it yet ;o). But have no much time to going to field, just once per month or so :o(

Anyway the crash is what happened to me more times - tri stopped respond to my commands in STABILIZE and even RTL didn't help. This is the point I must solve otherwise I lose confidence in APM at all. Perhaps it has nothing to do with APM, just battery was too low and APM hadn't enough power to stabilize it, who knows... I can't read it from logs.

With v2.6 and lazy PIDs I was almost happy when the stabilize appeared very good now and loiter wasn't that stressful. AUTO seemed to be OK too but after that I lose the control and scenario repeated.

Anyway since 2.0.49 it is most reliable version of ACM for me.

I wish developers many successes with the code. I'm going to like it since I do small modifications in it and it seems to be more transparent for me now.

Yet another question - how can I achieve faster climbing to next WP?

Scenario : I have tree WPs basically on the same place but middle one has far higher altitude.

I need the tricopter to climb fast to say 2000 meters and then safely dive back to home (just measure humidity and pressure with onboard device in altitude profile).

With my PIDs the climbing and diving to next WP is very slow and with that long flying I'm taking a chance going out of mAh in battery ...

RSS

Social Networking

Contests

Season Two of the Trust Time Trial (T3) Contest has now begun. The fourth round is an accuracy round for multicopters, which requires contestants to fly a cube. The deadline is April 14th.

A list of all T3 contests is here

Groups

Advertisement

© 2013   Created by Chris Anderson.   Powered by

Badges  |  Report an Issue  |  Terms of Service