Victor Velezmoro

Results 3 comments of Victor Velezmoro

Thanks for the answer. I now tried Fast DDS. With the Agent running, the communication works (but using the Agent). If I launch the nodes without the Agent, the nodes...

i did not change the code of my nodes for the use of SHM. Do i have to do that ? this is e.g. the code for my publisher node...

Could fix it with an .idl file in cyclone dds looking like this: ``` module std_msgs { module msg { module dds_ { struct String_ { string data; }; };...