Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
P-ict0 committed Mar 5, 2024
1 parent 30ac16a commit 5e22a5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hmi/scripts/qr_code_decoder
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ class QRCodeDecode(AbstractHMIServer):

self.tries = 5

# ToDo: Check how much of the screen the qr code takes up (to not have false positives)

self._image_sub = rospy.Subscriber(self._image_topic, CompressedImage, self._image_callback, queue_size=1)
rospy.loginfo("QRCodeDecode: subscribed to %s", self._image_sub.name)

Expand Down

0 comments on commit 5e22a5b

Please sign in to comment.