mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 16:40:34 +08:00
INAV: Be less chatty
This commit is contained in:
@@ -428,8 +428,6 @@ int position_estimator_inav_thread_main(int argc, char *argv[])
|
||||
} else {
|
||||
wait_baro = false;
|
||||
baro_offset /= (float) baro_init_cnt;
|
||||
warnx("baro offset: %d m", (int)baro_offset);
|
||||
mavlink_log_info(mavlink_fd, "[inav] baro offset: %d m", (int)baro_offset);
|
||||
local_pos.z_valid = true;
|
||||
local_pos.v_z_valid = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user