mirror of https://github.com/ArduPilot/ardupilot
Rover: log MNT at 10hz
This commit is contained in:
parent
84752fbeaa
commit
c4e6d83be1
|
@ -421,6 +421,11 @@ void Rover::update_logging2(void)
|
|||
gyro_fft.write_log_messages();
|
||||
#endif
|
||||
}
|
||||
#if HAL_MOUNT_ENABLED
|
||||
if (should_log(MASK_LOG_CAMERA)) {
|
||||
camera_mount.write_log();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue