We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b770f94 commit 1469810Copy full SHA for 1469810
coffee_ws/src/coffee_vision/coffee_vision/camera_node_mono.py
@@ -108,7 +108,7 @@ def __init__(self, node=None):
108
self.face_pub = node.create_publisher(String, 'face_detection_data', 10)
109
self.face_position_pub = node.create_publisher(Point, '/vision/face_position', 10)
110
self.face_position_pub_v2 = node.create_publisher(String, '/vision/face_position_v2', 10)
111
- self.frame_pub = node.create_publisher(Image, 'camera_frame', 10)
+ self.frame_pub = node.create_publisher(Image, '/coffee_bot/camera/image_raw', 10)
112
self.face_image_pub = node.create_publisher(Image, 'face_images', 10)
113
self.bridge = CvBridge()
114
0 commit comments