You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm attempting to publish data on a specific topic from one device and subscribe to the same topic from another device using fastdds-python. Both devices are connected to the same network. While I've come across APIs for achieving this in C++, I haven't found any resources for doing the same in Python. I would appreciate any assistance on this topic.
The text was updated successfully, but these errors were encountered:
Hi, Thanks for your reply. I think you are referring to the Domain argument. It is still bit unclear to me how to use the domain argument. Should it be the same when I run it, for eg:
python3 HelloWorldExample.py -p publisher -d 0
python3 HelloWorldExample.py -p subscriber -d 0
Edit:
We were able to get it working. Thanks.
I had one additonal question on how should we proceed , if we plan to have devices on different networks.
Hello, I'm attempting to publish data on a specific topic from one device and subscribe to the same topic from another device using fastdds-python. Both devices are connected to the same network. While I've come across APIs for achieving this in C++, I haven't found any resources for doing the same in Python. I would appreciate any assistance on this topic.
The text was updated successfully, but these errors were encountered: