mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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();
|
gyro_fft.write_log_messages();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#if HAL_MOUNT_ENABLED
|
||||||
|
if (should_log(MASK_LOG_CAMERA)) {
|
||||||
|
camera_mount.write_log();
|
||||||
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user