apm_planner
apm_planner copied to clipboard
support for on-board compass calibrator
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.
Here's the equivalent Mission Planner issue: https://github.com/diydrones/MissionPlanner/issues/990