mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: added the VIBE logging to the Dataflash logs.
This commit is contained in:
parent
ff74792fd4
commit
8e69b66cf0
@ -270,6 +270,10 @@ void Rover::update_logging2(void)
|
|||||||
|
|
||||||
if (should_log(MASK_LOG_RC))
|
if (should_log(MASK_LOG_RC))
|
||||||
Log_Write_RC();
|
Log_Write_RC();
|
||||||
|
|
||||||
|
if (should_log(MASK_LOG_IMU)) {
|
||||||
|
DataFlash.Log_Write_Vibration(ins);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user