From 3f3ea7f20ad8ebfd6e7194d51251b490f9017501 Mon Sep 17 00:00:00 2001 From: Sachin Guruswamy <43363595+saching13@users.noreply.github.com> Date: Tue, 3 Oct 2023 15:50:26 -0700 Subject: [PATCH] Update calibrate.py --- calibrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibrate.py b/calibrate.py index 186b2e7ef..9d782335d 100755 --- a/calibrate.py +++ b/calibrate.py @@ -1074,7 +1074,7 @@ def calibrate(self): calibration_handler.setStereoLeft(stringToCam[cam_info['extrinsics']['to_cam']], result_config['stereo_config']['rectification_left']) target_file.close() - if len(error_text) == 0 and self.args.debugProcessingMode: + if len(error_text) == 0 and not self.args.debugProcessingMode: print('Flashing Calibration data into ') # print(calib_dest_path)