I just finished a long debugging session with Andrew Tridgell and he has discovered the cause of my yaw (and attitude) issues. In case you don't know Andrew Tridgell, he is the genius developer who made the the latest release fly so well with his DCM improvements.
I think the majority of people out there are experiencing this issue can fix the problem very easily.
"So, what is it?!?!"
It turns out that the automatic compass calibration code on the APM does not work so well. I suspect it is working even more poorly under 2.5 because of the improvements to the DCM, but that correlation has not been confirmed. Like most of the users out there, I have never given more than a moments thought to compass offsets because they have been set automatically for as long as I have been a user, but it turns out they have an enormous impact on the performance of one's copter.
First, what are compass offsets? The offsets are three values that account for the difference in the magnetic field of the earth and the magnetic field that your copter experiences due to interference created by the ESCs, motors, etc. So, the magnetic interference can't possible effect heading that much, right? Wrong. If you don't believe me take a look at this graph:
You can see that towards the beginning of the flight when I am not doing much, the red and green lines are not that far off. As the flight continues and I start using more throttle, they are way off. At about 5:20:20 my heading is off by about 250 degrees. That is massive!!!! So why does it change throughout the flight? The more throttle that is applied the more current is flowing through one's electronics which increases the magnetic interference. Normally this field offset is accounted for, but recently I suspect that some users have bad offsets like I did. My offsets were essentially 1,1,1 when they should have been -180,3,52. Check out the next graph which shows the effect throttle has on the magnetic field:
This is a log from another user, Marco Robustini. The green line shows the throttle and the red line shows the magnetic field. You can see that as the throttle increases, the magnetic field more than doubles.
So how do you fix it? There is a new feature in the latest Mission Planner that allows you to use a telemetry log to determine the offsets OR you can calibrate your compass in real time by holding and spinning your copter 360 degrees. It is highly recommended that you use the telemetry log method. The reason is that when you are holding your copter and spinning it, you are not accounting for the amount of mag interference from the motors (because they are hopefully not running :-D ). Follow these steps:
With Telemetry Log (recommended)
1. Connect to your copter via telemetry.
2. Take off and fly around for a few minutes like you would normally fly. At this point we are collecting data about the magnetic fields during flight.
3. Land and disarm.
4. Download the tlog from that flight. (Instructions here: http://code.google.com/p/arducopter/wiki/AC2_Logs)
5. Connect to your board
6. Goto the Configuration tab
7. Click on the Setup tab
8. Click on the Hardware tab in the popup
9. Click the "Calibrate" button
10. Click "No" when asked if you want to use live data.
11. Browse to the fresh tlog
12. Your offsets are now saved
Without Telemetry Log
1. Follow the above steps 1 through 9
2. Click "Yes" when asked to use Live Data
3. Rotate the copter 360 degrees
The calibration utility is leagues ahead of the automatic calibration on the board that most of us are relying on. Many thanks to Andrew Tridgell, Michael Oborne, and all the devs who had a hand in the compass calibration utility in the planner. There is some serious brain power behind these features we take for granted.
Andrew Tridgell is working on improving the automatic calibration routines that reside on the board based on the updated (and original) algorithms by Bill Premerlani, but for now the Mission Planner calibration is everyone's best bet for improved flight performance.
If you have any questions just leave a comment.
Thanks,
Adam
Comments
Hi,
keep an eye on the COMPASS_LEARN value, I just load 2.5.3 for my Y6, and it came enabled by default (value 1), that means that for everyone not knowing about this parameter, it will keep "learning" on every flight, is it so??
Yeah, Olivier on the dev list wrote:
The discussion is in "magnetic field strength and throttle" on the list.
Robert: Hm... I think both would cause interference. Maybe someone with more experience with that could comment. I am not qualified to give an authoritative answer. ( Maybe I should have held my tongue in the first place :-D )
Adam, I thought it was stated that it is the DC wires between the batteries and the ESC that cause the compass problems, not the AC wires between the ESC and motors. Wouldn't that mean that it's best to keep the DC wires as short as possible?
Steve: Yes, the further from the APM the better, but that isn't practical for all frames out there. If you are able to do that it will improve the compass reliability. The new learning algorithm should prove to be quite reliable even with the noise, but reducing the noise is a better solution. I fly a large octo (http://sentientdrone.com), and mounting the ESCs that far from the center would be more trouble than it is worth.
Steve: The heading is the result of a mix from the compass and the gyros. There is an algorithm that checks one against the other and determine a reliable heading. If it weren't for this mixing, the heading would be just as sporadic as what you see in that graph. Good thought!
Angel: Sounds good. Just use whichever method you think works better. Updated compass calibration is coming after it passes some rounds of testing. The new calibration routines are expected to perform even better than what is available now. Good luck!
Angel: You could even average each of those offsets for a final value of -78, 100, 78. The bottom line is that most likely any of those offsets will be better than what you were getting with compass learning.
Angel: You are correct. Tridge and I discussed that briefly and from what I understood the discrepancy is caused by the varying mag interference from various throttle values throughout the flights. Tridge has since improved the offset calculation to group levels of throttle induced interference and calculate the offsets in a series of steps, making it more accurate, but that has not made it into the Mission Planner yet. Currently it bases the offsets on the whole log at once which will produce less reliable offsets than the multi step process. For now, the offsets that are calculated in the Mission Planner are better than what you will get from using the onboard compass learning. My best advice to you is to use the log that is most representative of your normal flying. So if you normally fly very aggressively, pick a log that contains lots of aggressive flight data and vice versa.
-
1
-
2
-
3
-
4
-
5
of 6 Next