Skip to content

Commit

Permalink
value
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Apr 30, 2024
1 parent 7d2a860 commit 785961e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtt_ros_bridge/bridge_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(self, topic: str, msg_object_path: str,
self.msg_type: MsgLikeT = cast(MsgLikeT, lookup_message(msg_object_path))
self.publish_on_ros = publish_on_ros
self.serializer = ROSDefaultSerializer if use_ros_serializer else JSONSerializer
self.ros_qos = QoSPresetProfilesInt.to_qos_profile(ros_qos)
self.ros_qos = QoSPresetProfilesInt.to_qos_profile(ros_qos).value
self.mqtt_qos = mqtt_qos

def __str__(self) -> str:
Expand Down

0 comments on commit 785961e

Please sign in to comment.