Nazmican Çalık
Results
1
comments of
Nazmican Çalık
To recreate the issue please run this following script: ``` #!/usr/bin/env python3 import rclpy.node import rclpy.qos from std_msgs.msg import String class ReliablerSubscriber(rclpy.node.Node): def __init__(self): super().__init__('reliable_subscriber') self.sub1 = self.create_subscription( String, 'topic',...