Skip to content
Snippets Groups Projects
Commit 1a099c78 authored by Antonio Andriella's avatar Antonio Andriella
Browse files

rename file

parent cf0b4f97
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ from cv_bridge import CvBridge, CvBridgeError
bridge = CvBridge()
def xdisplay_callback(data):
#rospy.loginfo(rospy.get_caller_id() + "I heard %s", data.data)
print("callback")
try:
cv_image = bridge.imgmsg_to_cv2(data, "bgr8")
cv2.imshow('image', cv_image)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment