send_calibrate_magnetometer() and send_calibrate_accelerometer APIs exist for dronekit-python. But I'm unsure how I would measure the progress of the compass calibration or know that it succeeded. Similarly, for accelerometer calibration, I'm not sure how I would prompt the user of my script to turn the vehicle to the next orientation, etc.
I can't find any examples of executing sensor calibration via mavlink on a real vehicle.
send_calibrate_magnetometer()
andsend_calibrate_accelerometer
APIs exist for dronekit-python. But I'm unsure how I would measure the progress of the compass calibration or know that it succeeded. Similarly, for accelerometer calibration, I'm not sure how I would prompt the user of my script to turn the vehicle to the next orientation, etc.I can't find any examples of executing sensor calibration via mavlink on a real vehicle.