mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
ekf2: resetting IMU bias message INFO -> DEBUG
This commit is contained in:
parent
36dea8487c
commit
eeb73fdbe6
@ -345,7 +345,7 @@ void EKF2::Run()
|
||||
|| (imu.accel_device_id != _device_id_accel)
|
||||
|| (imu.gyro_device_id != _device_id_gyro)) {
|
||||
|
||||
PX4_INFO("%d - resetting IMU bias", _instance);
|
||||
PX4_DEBUG("%d - resetting IMU bias", _instance);
|
||||
_device_id_accel = imu.accel_device_id;
|
||||
_device_id_gyro = imu.gyro_device_id;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user