mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-20 11:59:07 +08:00
Mag cal
This commit is contained in:
parent
6d24e33819
commit
9fdbaa5a22
@ -416,6 +416,7 @@ static calibrate_return mag_calibration_worker(detect_orientation_return orienta
|
||||
calibration_log_info(worker_data->mavlink_log_pub, "[cal] %s side done, rotate to a different side", detect_orientation_str(orientation));
|
||||
|
||||
worker_data->done_count++;
|
||||
usleep(20000);
|
||||
calibration_log_info(worker_data->mavlink_log_pub, CAL_QGC_PROGRESS_MSG, progress_percentage(worker_data));
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user