In ArduPilot, the external AHRS runs in a separate thread, but in AP_AHRS, the update method is called in update_external to update the data. why design like this?
In ArduPilot, the external AHRS runs in a separate thread, but in AP_AHRS, the update method is called in update_external to update the data. why design like this?