Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KalanaRatnayake committed Jul 11, 2024
1 parent 7e95317 commit d464a08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yolo_ros/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def __init__(self):
if self.publish_annotated_image:
self.publisher_image = self.create_publisher(Image, self.output_annotated_topic, 10)

self.subscription # prevent unused variable warning
self.counter = 0
self.time = 0

Expand Down

0 comments on commit d464a08

Please sign in to comment.