Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KalanaRatnayake committed Sep 13, 2024
1 parent 93228d7 commit 25a1e8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boxmot_ros/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def __init__(self):
if self.publish_annotated_image:
self.publisher_image = self.create_publisher(Image, self.annotated_topic, 10)

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

Expand Down

0 comments on commit 25a1e8d

Please sign in to comment.