Browse Source

Changed image topic name.

noetic
Alan G. Sanchez 2 years ago
parent
commit
d2797b8f6f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/edge_detection.py

+ 1
- 1
src/edge_detection.py View File

@ -29,7 +29,7 @@ class EdgeDetection:
self.bridge = CvBridge()
# Initialize subscriber
self.sub = rospy.Subscriber('/camera/color/image_raw_upright_view', Image, self.callback, queue_size=1)
self.sub = rospy.Subscriber('/camera/color/image_raw', Image, self.callback, queue_size=1)
# Initialize publisher
self.pub = rospy.Publisher('/image_edge_detection', Image, queue_size=1)

Loading…
Cancel
Save