Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carlstrom <[email protected]>
  • Loading branch information
InvincibleRMC committed Mar 29, 2024
1 parent cffe90f commit 2343263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mqtt_ros_bridge/bridge_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class TopicInfo(Generic[MsgLikeT]):

name: str
msg_type: Type[MsgLikeT]
# Should Serializer also be generic across MsgLikeT?
serializer: type[Serializer]
publish_on_ros: bool

Expand Down

0 comments on commit 2343263

Please sign in to comment.