mirror of https://github.com/ArduPilot/ardupilot
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))
|
||||
Log_Write_RC();
|
||||
|
||||
if (should_log(MASK_LOG_IMU)) {
|
||||
DataFlash.Log_Write_Vibration(ins);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue