Skip to content

Commit

Permalink
Update skills/src/lasr_skills/vision/image_msg_to_cv2.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Swift <jared.swift@kcl.ac.uk>
  • Loading branch information
MBTMBTMBT and jws-1 authored Apr 23, 2024
1 parent 8f45600 commit 9d73eb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion skills/src/lasr_skills/vision/image_msg_to_cv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ def __init__(self):
def execute(self, userdata):
userdata.img = cv2_img.pcl_msg_to_cv2(userdata.img_msg_3d)
userdata.xyz = cv2_img.pcl_msg_to_xyz(userdata.img_msg_3d)
rospy.logwarn('succeeded on image converge.')
return 'succeeded'

0 comments on commit 9d73eb5

Please sign in to comment.