KingKiger

Results 1 comments of KingKiger

Change the qos_profile in `ros_tcp_endpoint/subscriber.py` like this: `qos_profile = QoSProfile(depth=queue_size, reliability=QoSReliabilityPolicy.BEST_EFFORT)` Hope this helps.