Skip to content

Commit

Permalink
Update import order in kalibr_calibrate_cameras to fix cv_bridge_boos…
Browse files Browse the repository at this point in the history
  • Loading branch information
aatb-ch authored Mar 8, 2024
1 parent 82597ff commit 8b1486f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python
print("importing libraries")
import rosbag
import cv2
import cv_bridge

import sm
Expand All @@ -11,7 +12,6 @@ import aslam_cv_backend as acvb
import kalibr_common as kc
import kalibr_camera_calibration as kcc

import cv2
import os
import numpy as np
import multiprocessing
Expand Down

0 comments on commit 8b1486f

Please sign in to comment.