Hi,
I created topic and published it from the client, I saw that the client succeed to connect to the agent and on ros2 topic echo I got the topic data as I should. But, after I restarted the client several times it stopped publish any data.
From the client view, it's look like there is no problem. The API rcl_publish keep being called on a loop and returned RCL_RET_OK on each publish.
Do you know maybe what might be the issue here?
Thanks.