Skip to content
Snippets Groups Projects
Commit 1fe6c7bd authored by Your Name's avatar Your Name
Browse files

V2

parent de39578f
Branches
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ import numpy as np ...@@ -5,6 +5,7 @@ import numpy as np
# Initbe: # Initbe:
self.image_sub = rospy.Subscriber("/tello/camera/image_raw",Image,self.image_handler_callback) self.image_sub = rospy.Subscriber("/tello/camera/image_raw",Image,self.image_handler_callback)
self.bridge = CvBridge()
# Kép megjelenítés és billentyű példa: # Kép megjelenítés és billentyű példa:
def image_handler_callback(self,tello_image): def image_handler_callback(self,tello_image):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment