Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Apr 17, 2024
1 parent 5d6e1eb commit e95bc93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions mqtt_ros_bridge/bridge_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def __init__(self, args: list[str]) -> None:
self.mqtt_client.on_message = self.mqtt_callback

def topic_info_from_parameters(self, config: str) -> dict[str, TopicMsgInfo]:
"""Takes a path to a config file and returns a TopicMsgInfo dictionary."""

config = os.path.expanduser(config)
topic_infos: dict[str, TopicMsgInfo] = {}
Expand Down
1 change: 0 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<test_depend>test_msgs</test_depend>
<test_depend>python3-pytest</test_depend>


<export>
<build_type>ament_python</build_type>
</export>
Expand Down

0 comments on commit e95bc93

Please sign in to comment.