Skip to content

Commit

Permalink
changed topic name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan-Datta committed Dec 1, 2024
1 parent 28f7fb8 commit cee810a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ def __init__(self):
self.loop_count = 0
self.image_counter = 0

self.input_image_publisher = self.create_publisher(ImageInput, 'input_image', 10)
self.input_image_publisher = self.create_publisher(ImageInput, 'left_image_input', 10)
timer_period = 1/self.frame_rate # publish every 0.5 seconds
self.timer = self.create_timer(timer_period * 2, self.publish_static_image)


def get_images(self)-> list[np.ndarray]:
"""
Returns a list of images in the form of cv images
Expand Down

0 comments on commit cee810a

Please sign in to comment.