Skip to content

Commit d576cde

Browse files
committed
test password
1 parent 958b755 commit d576cde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

realsense_capture/realsense_capture/image_client.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ def postprocess(self, img, modality):
7373
modality: str
7474
Use cv_bridge to convert ROS image to OpenCV image and save it to disk
7575
'''
76-
encoded_img = self.cvbridge.imgmsg_to_cv2(img_msg=img, desired_encoding='passthrough')
76+
encoded_img = self.cvbridge.imgmsg_to_cv2(img_msg=img,
77+
desired_encoding='passthrough')
7778
cv2.imwrite(os.path.join(self.img_folder, f'{modality}_{img.header.stamp.sec}.png'), encoded_img)
7879

7980
# color the log message

0 commit comments

Comments
 (0)