Skip to content

Commit

Permalink
Added log after unregister
Browse files Browse the repository at this point in the history
  • Loading branch information
P-ict0 committed Mar 12, 2024
1 parent ea0e500 commit 9534762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hmi/scripts/qr_code_decoder
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class QRCodeDecode(AbstractHMIServer):
result = HMIResult(self._qr_code_data, semantics)

self._image_sub.unregister()
rospy.loginfo("QRCodeDecode: unsubscribed from %s", self._image_sub.name)
self.reset_server()
return result

Expand Down

0 comments on commit 9534762

Please sign in to comment.