mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
ekf2: resetting IMU bias message INFO -> DEBUG
This commit is contained in:
@@ -345,7 +345,7 @@ void EKF2::Run()
|
|||||||
|| (imu.accel_device_id != _device_id_accel)
|
|| (imu.accel_device_id != _device_id_accel)
|
||||||
|| (imu.gyro_device_id != _device_id_gyro)) {
|
|| (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_accel = imu.accel_device_id;
|
||||||
_device_id_gyro = imu.gyro_device_id;
|
_device_id_gyro = imu.gyro_device_id;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user