We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812d44f commit c4f109bCopy full SHA for c4f109b
rclpy/rclpy/node.py
@@ -1151,7 +1151,7 @@ def create_publisher(
1151
1152
failed = False
1153
try:
1154
- final_topic = self.resolve_topic_or_service_name(topic)
+ final_topic = self.resolve_topic_name(topic)
1155
except RuntimeError:
1156
failed = True
1157
if failed:
@@ -1225,7 +1225,7 @@ def create_subscription(
1225
1226
1227
1228
1229
1230
1231
0 commit comments