mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
Rover: Privatize AP_IntertialSensor Logging
This commit is contained in:
parent
7e5ac5b648
commit
3225ca8853
@ -265,7 +265,7 @@ void Rover::ahrs_update()
|
||||
}
|
||||
|
||||
if (should_log(MASK_LOG_IMU)) {
|
||||
logger.Write_IMU();
|
||||
AP::ins().Write_IMU();
|
||||
}
|
||||
}
|
||||
|
||||
@ -334,7 +334,7 @@ void Rover::update_logging2(void)
|
||||
}
|
||||
|
||||
if (should_log(MASK_LOG_IMU)) {
|
||||
logger.Write_Vibration();
|
||||
AP::ins().Write_Vibration();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user