Skip to content

Commit

Permalink
Removed hardcoded robot name
Browse files Browse the repository at this point in the history
  • Loading branch information
P-ict0 committed Apr 23, 2024
1 parent f6aa8fa commit 1c89378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hmi/scripts/qr_code_decoder
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class QRCodeDecode(AbstractHMIServer):
super(self.__class__, self).__init__(*args, **kwargs)

# Image
self._image_topic = "/hero/head_rgbd_sensor/rgb/image_raw/compressed"
self._image_topic = "head_rgbd_sensor/rgb/image_raw/compressed"
self._image = None
self._image_sub = None

Expand Down

0 comments on commit 1c89378

Please sign in to comment.