mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 01:17:36 +08:00
Merge branch 'airspeed_test_fix' of github.com:PX4/Firmware into airspeed_test_fix
This commit is contained in:
@@ -200,7 +200,7 @@ int do_airspeed_calibration(int mavlink_fd)
|
||||
float curr_avg = (diff_pres_offset / calibration_counter);
|
||||
|
||||
if (calc_indicated_airspeed(fabsf(curr_avg)) < 10.0f) {
|
||||
mavlink_log_critical(mavlink_fd, "Put a finger on front hole of pitot (%.1f m/s)", curr_avg);
|
||||
mavlink_log_critical(mavlink_fd, "Put a finger on front hole of pitot (%.1f m/s)", (double)curr_avg);
|
||||
usleep(5000 * 1000);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user