Skip to content

Commit c527f99

Browse files
committed
chore: clean up double initialization of _publishers in ROS2TopicAPI
1 parent becd015 commit c527f99

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/rai_core/rai/communication/ros2/api

src/rai_core/rai/communication/ros2/api/topic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def __init__(
6060
"""
6161
self._node = node
6262
self._logger = node.get_logger()
63-
self._publishers: Dict[str, Publisher] = {}
6463

6564
# TODO: These fields are a workaround to prevent subscriber destruction,
6665
# which often fails as described in https://github.com/ros2/rclpy/issues/1142

0 commit comments

Comments
 (0)