apm_planner icon indicating copy to clipboard operation
apm_planner copied to clipboard

support for on-board compass calibrator

Open tridge opened this issue 10 years ago • 1 comments

We have the new on-board compass calibrator in master now and it will also be in the 3.4.0 plane release. You can see the protocol here: https://github.com/diydrones/ardupilot/blob/master/libraries/GCS_MAVLink/message_definitions/ardupilotmega.xml#L713 and an implementation in MAVProxy here: https://github.com/DroneCode/MAVProxy/blob/master/MAVProxy/modules/mavproxy_calibration.py#L115 the on-board mag cal can do soft-iron corrections which can be very worthwhile on some aircraft. It would be great to get support in AP2 for this new calibrator.

tridge avatar Sep 07 '15 01:09 tridge

Here's the equivalent Mission Planner issue: https://github.com/diydrones/MissionPlanner/issues/990

rmackay9 avatar Oct 03 '15 04:10 rmackay9