Skip to content

Commit

Permalink
Update calibrate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saching13 authored Oct 3, 2023
1 parent bd4e351 commit 3f3ea7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3f3ea7f

Please sign in to comment.