mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 04:22:09 +08:00
stop pc from spamming logs (#2544)
old-commit-hash: cf21720e1ae451286e6fd26fd6192d55914afa41
This commit is contained in:
@@ -753,7 +753,7 @@ int main(int argc, char** argv) {
|
||||
|
||||
if (s.logger.part > -1) {
|
||||
new_segment = true;
|
||||
if (tms - last_camera_seen_tms <= NO_CAMERA_PATIENCE) {
|
||||
if (tms - last_camera_seen_tms <= NO_CAMERA_PATIENCE && s.num_encoder > 0) {
|
||||
for (int cid=0;cid<=MAX_CAM_IDX;cid++) {
|
||||
// this *should* be redundant on tici since all camera frames are synced
|
||||
new_segment &= (((s.rotate_state[cid].stream_frame_id >= s.rotate_state[cid].last_rotate_frame_id + segment_length * MAIN_FPS) &&
|
||||
|
||||
Reference in New Issue
Block a user