Skip to content

Commit

Permalink
Update mqtt_ros_bridge/bridge_node.py
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Poulin <[email protected]>
  • Loading branch information
InvincibleRMC and benjaminwp18 authored Apr 30, 2024
1 parent 785961e commit a644095
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mqtt_ros_bridge/bridge_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def __init__(self, args: list[str]) -> None:
self.mqtt_client.subscribe(topic_info.topic, qos=topic_info.mqtt_qos)
else:
callback = self.make_ros_callback(topic_info)
# TODO proper QOS?
self.create_subscription(topic_info.msg_type, topic_info.topic, callback, topic_info.ros_qos)

self.mqtt_client.on_message = self.mqtt_callback
Expand Down

0 comments on commit a644095

Please sign in to comment.