Incompatible QoS on topic /battery_state
#23
-
So I am trying to write a very simple subscriber - but get the error [WARN] [1643999034.968400508] [minimal_subscriber]: New publisher discovered on topic '/battery_state', offering incompatible QoS. No messages will be received from it. Last incompatible policy: RELIABILITY import sys,rclpy class MinimalSubscriber(Node):
def main(args=None):
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
An answer to this question is explained in more detail here: The short answer is instead of using
|
Beta Was this translation helpful? Give feedback.
An answer to this question is explained in more detail here:
https://answers.ros.org/question/332207/cant-receive-data-in-python-node/
The short answer is instead of using
10
in thecreate_subscription
call, use: