Linter: remove pylint (#29611)

remove pylint
old-commit-hash: 1ee6ed4b16e2ade0dd887c0687243aee769043e5
This commit is contained in:
Justin Newberry
2023-08-24 16:30:54 -07:00
committed by GitHub
parent 630b440536
commit c4f322ce2d
48 changed files with 52 additions and 67 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ webcam_intrinsics = np.array([
[ 0., 0., 1.]])
if __name__ == "__main__":
import cv2 # pylint: disable=import-error
import cv2
trans_webcam_to_eon_rear = np.dot(eon_intrinsics, np.linalg.inv(webcam_intrinsics))
trans_webcam_to_eon_front = np.dot(eon_dcam_intrinsics, np.linalg.inv(webcam_intrinsics))
print("trans_webcam_to_eon_rear:\n", trans_webcam_to_eon_rear)