mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Blimp: Privatize AP_IntertialSensor Logging
This commit is contained in:
parent
859fc73ba3
commit
d8d3494b17
@ -253,7 +253,7 @@ void Blimp::ten_hz_logging_loop()
|
|||||||
logger.Write_RCOUT();
|
logger.Write_RCOUT();
|
||||||
}
|
}
|
||||||
if (should_log(MASK_LOG_IMU) || should_log(MASK_LOG_IMU_FAST) || should_log(MASK_LOG_IMU_RAW)) {
|
if (should_log(MASK_LOG_IMU) || should_log(MASK_LOG_IMU_FAST) || should_log(MASK_LOG_IMU_RAW)) {
|
||||||
logger.Write_Vibration();
|
AP::ins().Write_Vibration();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -272,7 +272,7 @@ void Blimp::twentyfive_hz_logging()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (should_log(MASK_LOG_IMU)) {
|
if (should_log(MASK_LOG_IMU)) {
|
||||||
logger.Write_IMU();
|
AP::ins().Write_IMU();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user