mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Copter: log vibration at 10hz
This commit is contained in:
parent
f0f262eb04
commit
9e08775cbf
@ -363,6 +363,9 @@ void Copter::ten_hz_logging_loop()
|
||||
if (should_log(MASK_LOG_NTUN) && (mode_requires_GPS(control_mode) || landing_with_GPS())) {
|
||||
Log_Write_Nav_Tuning();
|
||||
}
|
||||
if (should_log(MASK_LOG_IMU) || should_log(MASK_LOG_IMU_FAST) || should_log(MASK_LOG_IMU_RAW)) {
|
||||
DataFlash.Log_Write_Vibration(ins);
|
||||
}
|
||||
}
|
||||
|
||||
// fifty_hz_logging_loop
|
||||
|
Loading…
Reference in New Issue
Block a user