mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
airspeed calibration: instruct to blow into front of pitot
... rather than across it
This commit is contained in:
committed by
Daniel Agar
parent
b1e0702657
commit
d3fd03a014
@@ -199,7 +199,7 @@ int do_airspeed_calibration(orb_advert_t *mavlink_log_pub)
|
|||||||
/* wait 500 ms to ensure parameter propagated through the system */
|
/* wait 500 ms to ensure parameter propagated through the system */
|
||||||
px4_usleep(500 * 1000);
|
px4_usleep(500 * 1000);
|
||||||
|
|
||||||
calibration_log_critical(mavlink_log_pub, "[cal] Blow across front of pitot without touching");
|
calibration_log_critical(mavlink_log_pub, "[cal] Blow into front of pitot without touching");
|
||||||
|
|
||||||
calibration_counter = 0;
|
calibration_counter = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user