Skip to content
Snippets Groups Projects
Commit 0dd24786 authored by Paul-Winpenny's avatar Paul-Winpenny
Browse files

Update api_node.py

parent bf752bff
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ class ApiNode(Node):
def publish_to_topic(self, topic, message):
self.get_logger().info(f"Publishing to topic: {topic}")
# self.get_logger().info(f"Publishing to topic: {topic}")
"""Publishes the message to the specified topic."""
if topic in self.publisher_topics:
publisher = self.publisher_topics[topic]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment