mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_ExternalAHRS: fixed InertialLabs gyro/accel data
this fixes a flapping CI test
This commit is contained in:
parent
6c24f80669
commit
1d0fc4e87c
@ -438,6 +438,8 @@ bool AP_ExternalAHRS_InertialLabs::check_uart()
|
||||
if (GOT_MSG(ACCEL_DATA_HR) &&
|
||||
GOT_MSG(GYRO_DATA_HR)) {
|
||||
AP::ins().handle_external(ins_data);
|
||||
state.accel = ins_data.accel;
|
||||
state.gyro = ins_data.gyro;
|
||||
}
|
||||
if (GOT_MSG(GPS_INS_TIME_MS) &&
|
||||
GOT_MSG(NUM_SATS) &&
|
||||
|
Loading…
Reference in New Issue
Block a user